| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| AsmCond.h | 18 /// processing. Ignore can be either true or false. When true we are ignoring 32 bool Ignore = false;
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CIndexUSRs.cpp | 54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); 55 if (Ignore) { 75 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), 78 if (Ignore) {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ReachingDefAnalysis.cpp | 602 SmallPtrSet<MachineInstr*, 1> Ignore; 604 return isSafeToRemove(MI, Visited, ToRemove, Ignore); 609 InstSet &Ignore) const { 611 return isSafeToRemove(MI, Visited, ToRemove, Ignore); 616 InstSet &ToRemove, InstSet &Ignore) const { 617 if (Visited.count(MI) || Ignore.count(MI)) 620 // Unless told to ignore the instruction, don't remove anything which has 634 if (Ignore.count(I) || ToRemove.count(I)) 636 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) 678 SmallPtrSet<MachineInstr*, 1> Ignore; [all...] |
| /src/sys/kern/ |
| genlintstub.awk | 61 # /* LINTSTUB: Ignore */ 184 /^[\/ ]\* LINTSTUB: Ignore($|[^_0-9A-Za-z])/ {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| ReachingDefAnalysis.h | 230 InstSet &Ignore) const; 240 InstSet &Ignore) const; 267 InstSet &ToRemove, InstSet &Ignore) const;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/ |
| M68kBaseInfo.h | 72 Ignore = 0x1,
|
| M68kMCCodeEmitter.cpp | 337 case M68kBeads::Ignore:
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| UninitializedValues.cpp | 272 Ignore 305 return Ignore; 381 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this 389 classify(BO->getLHS(), Ignore); 435 classify((*I), isTrivialBody ? Ignore : ConstRefUse); 441 classify(Ex, Ignore); 454 classify(CSE->getSubExpr(), Ignore); 747 case ClassifyRefs::Ignore:
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| MasmParser.cpp | 1274 TheCondState.Ignore != StartingCondState.Ignore) 2004 if (!TheCondState.Ignore) { 2013 if (!TheCondState.Ignore) { 2049 if (!TheCondState.Ignore) { 2119 // Ignore the statement if in the middle of inactive conditional 2121 if (TheCondState.Ignore) { 2297 eatToEndOfStatement(); // .extern is the default, ignore it. 3644 // To match ML64.exe, ignore the initial sign. 3654 return Warning(SignLoc, "MASM-style hex floats ignore explicit sign") [all...] |
| AsmParser.cpp | 1005 TheCondState.Ignore != StartingCondState.Ignore) 1791 if (!TheCondState.Ignore) { 1800 if (!TheCondState.Ignore) { 1825 if (!TheCondState.Ignore) { 1876 // Ignore the statement if in the middle of inactive conditional 1878 if (TheCondState.Ignore) { 2084 eatToEndOfStatement(); // .extern is the default, ignore it. 3391 // Ignore empty '.p2align' directives for GNU-as compatibility 3524 // Ignore the directive if there is no number and the target doesn't suppor [all...] |
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gimple.vim | 81 " Ignore probability of edges and basic blocks 85 " Ignore basic block with a count
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gimple.vim | 81 " Ignore probability of edges and basic blocks 85 " Ignore basic block with a count
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMLowOverheadLoops.cpp | 540 InstSet &ToRemove, InstSet &Ignore) { 584 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) 752 SmallPtrSet<MachineInstr*, 2> Ignore; 755 Ignore.insert(VCTPs.begin(), VCTPs.end()); 757 if (TryRemove(Def, RDA, ElementChain, Ignore)) { 788 SmallPtrSet<MachineInstr*, 2> Ignore; 789 Ignore.insert(VCTPs.begin(), VCTPs.end()); 790 TryRemove(Def, RDA, ToRemove, Ignore); 888 // false lane zeros, so we can ignore the uses. 1308 SmallPtrSet<MachineInstr*, 1> Ignore; [all...] |
| /src/usr.bin/make/unit-tests/ |
| dotwait.mk | 11 # Ignore "--- target ---" lines printed by parallel make.
|
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| CGFunctionInfo.h | 64 /// Ignore - Ignore the argument (treat as void). Useful for void and 66 Ignore, 196 return ABIArgInfo(Ignore); 299 bool isIgnore() const { return TheKind == Ignore; }
|
| /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| VariantValue.cpp | 105 bool Ignore; 106 if (Ops.canConstructFrom(Matcher, Ignore))
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonISelDAGToDAGHVX.cpp | 105 static constexpr Node Ignore = Node(-1); 168 if (I != Ignore) { 171 if (PC != Ignore && PC != I) 275 if (P != Ignore) 321 static constexpr ElemType Ignore = ElemType(-1); 438 if (I == Ignore) 458 if (P[J] != Ignore && P[J] >= Num/2) 487 if (I == Ignore) 530 if (P[J] != Ignore && P[J] >= Num/2) 559 if (I == Ignore) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| gen-uninames | 36 ; Ignore characters whose name starts with "<". 38 ; Also ignore Hangul syllables; they are treated specially. 40 ; Also ignore CJK compatibility ideographs; they are treated
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprComplex.cpp | 1075 bool Ignore = TestAndClearIgnoreReal(); 1076 (void)Ignore; 1077 assert (Ignore == false && "init list ignored"); 1078 Ignore = TestAndClearIgnoreImag(); 1079 (void)Ignore; 1080 assert (Ignore == false && "init list ignored");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
| M68kDisassembler.cpp | 310 assert((Ext == M68kBeads::Ignore) && "unexpected command bead"); 363 // Ignore instructions which are unmatchable (usually pseudo instructions). 508 assert((Ext == M68kBeads::Ignore) && "unexpected command bead");
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| collect_and_build_with_pgo.py | 193 print(stdout.decode('utf-8', 'ignore')) 304 # We'll get complaints about hash mismatches in `main` in tools/etc. Ignore
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| ObjCMT.cpp | 145 // Ignore decls from the PCH. 2111 bool Ignore = false; 2131 Ignore = true; 2134 Ignore = true; 2137 Ignore = true; 2143 if (!Ignore)
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mkerr.pl | 64 -reindex Ignore previously assigned values (except for R records in
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| mkerr.pl | 61 -reindex Ignore previously assigned values (except for R records in 297 s/{[^{}]*}//gs; # ignore {} blocks
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mkerr.pl | 64 -reindex Ignore previously assigned values (except for R records in
|