HomeSort by: relevance | last modified time | path
    Searched defs:isDot (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
dir.c 647 bool isDot = dirName[0] == '.' && dirName[1] == '\0';
679 char *fullName = isDot
dir.c 647 bool isDot = dirName[0] == '.' && dirName[1] == '\0';
679 char *fullName = isDot
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 10006 /// vector comparison. If it is, return true and fill in Opc/isDot with
10009 bool &isDot, const PPCSubtarget &Subtarget) {
10013 isDot = false;
10020 isDot = true;
10024 isDot = true;
10028 isDot = true;
10032 isDot = true;
10036 isDot = true;
10041 isDot = true;
10074 isDot = true
    [all...]
PPCISelLowering.cpp 10006 /// vector comparison. If it is, return true and fill in Opc/isDot with
10009 bool &isDot, const PPCSubtarget &Subtarget) {
10013 isDot = false;
10020 isDot = true;
10024 isDot = true;
10028 isDot = true;
10032 isDot = true;
10036 isDot = true;
10041 isDot = true;
10074 isDot = true
    [all...]

Completed in 46 milliseconds