| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexUSRs.cpp | 54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR() local 55 if (Ignore) { in clang_getCursorUSR() 75 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), in clang_getCursorUSR() local 78 if (Ignore) { in clang_getCursorUSR()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 607 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToRemove() local 609 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 614 InstSet &Ignore) const { in isSafeToRemove() 616 return isSafeToRemove(MI, Visited, ToRemove, Ignore); in isSafeToRemove() 621 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove() 622 if (Visited.count(MI) || Ignore.count(MI)) in isSafeToRemove() 639 if (Ignore.count(I) || ToRemove.count(I)) in isSafeToRemove() 641 if (!isSafeToRemove(I, Visited, ToRemove, Ignore)) in isSafeToRemove() 683 SmallPtrSet<MachineInstr*, 1> Ignore; in isSafeToDefRegAt() local 684 return isSafeToDefRegAt(MI, PhysReg, Ignore); in isSafeToDefRegAt() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | inline6.C | 9 inline void Ignore(){} in Ignore() function 15 void f() {Ignore();} in f()
|
| /openbsd-src/gnu/usr.bin/perl/t/run/ |
| H A D | switchx2.aux | 3 Subject: Ignore mail header 16 # Ignore shell commands
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 230 InstSet &Ignore) const; 240 InstSet &Ignore) const; 267 InstSet &ToRemove, InstSet &Ignore) const;
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 269 Ignore enumerator 302 return Ignore; in get() 386 classify(BO->getLHS(), Ignore); in VisitBinaryOperator() 432 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr() 438 classify(Ex, Ignore); in VisitCallExpr() 451 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr() 744 case ClassifyRefs::Ignore: in VisitDeclRefExpr()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 251 if (m_name_match_type == NameMatch::Ignore) in NameMatches() 299 if (m_name_match_type != NameMatch::Ignore) in MatchAllProcesses() 331 m_name_match_type = NameMatch::Ignore; in Clear()
|
| H A D | NameMatches.cpp | 18 case NameMatch::Ignore: in NameMatches()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | AsmCond.h | 32 bool Ignore = false; variable
|
| /openbsd-src/gnu/llvm/libcxx/lib/abi/ |
| H A D | CMakeLists.txt | 14 # Ignore the major, minor, and patchlevel versions of darwin targets. 17 # Ignore the major and minor versions of freebsd targets.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | NameMatches.h | 16 Ignore, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFProperties.td | 7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 547 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS() 591 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS() 774 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local 777 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate() 779 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate() 812 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local 813 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate() 814 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate() 1450 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local 1453 Ignore.insert(&*I); in RevertLoopDec() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Terminal.h | 36 Ignore, enumerator
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | pe.opt | 24 Ignore dllimport attribute for functions
|
| /openbsd-src/gnu/llvm/lldb/ |
| H A D | .gitignore | 52 # Ignore test trace directories.
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Config.h | 26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1402 TheCondState.Ignore != StartingCondState.Ignore) in Run() 2149 if (!TheCondState.Ignore) { in parseStatement() 2221 if (TheCondState.Ignore) { in parseStatement() 6171 if (TheCondState.Ignore) { in parseDirectiveIf() 6189 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf() 6201 if (TheCondState.Ignore) { in parseDirectiveIfb() 6212 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb() 6251 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn() 6263 if (TheCondState.Ignore) { in parseDirectiveIfdef() 6288 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef() [all …]
|
| H A D | AsmParser.cpp | 1031 TheCondState.Ignore != StartingCondState.Ignore) in Run() 1814 if (!TheCondState.Ignore) { in parseStatement() 1823 if (!TheCondState.Ignore) { in parseStatement() 1848 if (!TheCondState.Ignore) { in parseStatement() 1901 if (TheCondState.Ignore) { in parseStatement() 5152 if (TheCondState.Ignore) { in parseDirectiveIf() 5183 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf() 5195 if (TheCondState.Ignore) { in parseDirectiveIfb() 5204 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb() 5217 if (TheCondState.Ignore) { in parseDirectiveIfc() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | cygming.opt | 36 Ignore dllimport for functions
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.irix | 106 Ignore them: in IRIX 5.3 there is no way to quieten ld about this. 114 Ignore the warning.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kBaseInfo.h | 91 Ignore = 0x1, enumerator
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 66 Ignore, enumerator 196 return ABIArgInfo(Ignore); in getIgnore() 299 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 106 bool Ignore; in getTypedMatcher() local 107 if (Ops.canConstructFrom(Matcher, Ignore)) in getTypedMatcher()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | kill2.t | 89 fresh_perl_is(<<'EOI', 'ok', { }, 'Ignore signal after thread finishes');
|