Home
last modified time | relevance | path

Searched refs:isDot (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/bmake/
HDdir.c615 Boolean isDot; /* TRUE if the directory being searched is . */ in DirMatchFiles() local
617 isDot = (*p->name == '.' && p->name[1] == '\0'); in DirMatchFiles()
634 (isDot ? bmake_strdup(entry->name) : in DirMatchFiles()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp9539 bool &isDot, const PPCSubtarget &Subtarget) { in getVectorCompareInfo() argument
9543 isDot = false; in getVectorCompareInfo()
9550 isDot = true; in getVectorCompareInfo()
9554 isDot = true; in getVectorCompareInfo()
9558 isDot = true; in getVectorCompareInfo()
9562 isDot = true; in getVectorCompareInfo()
9566 isDot = true; in getVectorCompareInfo()
9571 isDot = true; in getVectorCompareInfo()
9604 isDot = true; in getVectorCompareInfo()
9610 isDot = true; in getVectorCompareInfo()
[all …]