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

/freebsd-11-stable/contrib/bmake/
H A Ddir.c615 Boolean isDot; /* TRUE if the directory being searched is . */ local
617 isDot = (*p->name == '.' && p->name[1] == '\0');
634 (isDot ? bmake_strdup(entry->name) :
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9536 /// vector comparison. If it is, return true and fill in Opc/isDot with
9539 bool &isDot, const PPCSubtarget &Subtarget) {
9543 isDot = false;
9550 isDot = true;
9554 isDot = true;
9558 isDot = true;
9562 isDot = true;
9566 isDot = true;
9571 isDot = true;
9604 isDot
9801 bool isDot; local
14374 bool isDot; local
[all...]

Completed in 112 milliseconds