Home
last modified time | relevance | path

Searched refs:Ignore (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexUSRs.cpp54 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 DReachingDefAnalysis.cpp607 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 Dinline6.C9 inline void Ignore(){} in Ignore() function
15 void f() {Ignore();} in f()
/openbsd-src/gnu/usr.bin/perl/t/run/
H A Dswitchx2.aux3 Subject: Ignore mail header
16 # Ignore shell commands
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h230 InstSet &Ignore) const;
240 InstSet &Ignore) const;
267 InstSet &ToRemove, InstSet &Ignore) const;
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp269 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 DProcessInfo.cpp251 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 DNameMatches.cpp18 case NameMatch::Ignore: in NameMatches()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h32 bool Ignore = false; variable
/openbsd-src/gnu/llvm/libcxx/lib/abi/
H A DCMakeLists.txt14 # 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 DNameMatches.h16 Ignore, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFProperties.td7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp547 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 DTerminal.h36 Ignore, enumerator
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dpe.opt24 Ignore dllimport attribute for functions
/openbsd-src/gnu/llvm/lldb/
H A D.gitignore52 # Ignore test trace directories.
/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1402 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 DAsmParser.cpp1031 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 Dcygming.opt36 Ignore dllimport for functions
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.irix106 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 DM68kBaseInfo.h91 Ignore = 0x1, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h66 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 DVariantValue.cpp106 bool Ignore; in getTypedMatcher() local
107 if (Ops.canConstructFrom(Matcher, Ignore)) in getTypedMatcher()
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dkill2.t89 fresh_perl_is(<<'EOI', 'ok', { }, 'Ignore signal after thread finishes');

1234567891011