/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | MultipleIncludeOpt.h | 85 void Invalidate() { in Invalidate() function 125 return Invalidate(); in EnterTopLevelIfndef() 132 return Invalidate(); in EnterTopLevelIfndef() 145 Invalidate(); in EnterTopLevelConditional() 153 if (!TheMacro) return Invalidate(); in ExitTopLevelConditional()
|
/openbsd/lib/libcurses/base/ |
H A D | lib_mouse.c | 176 #define Invalidate(ep) (ep)->id = INVALID_EVENT macro 793 Invalidate(sp->_mouse_events + i); in _nc_mouse_init() 1549 Invalidate(ep); in _nc_mouse_parse() 1599 Invalidate(ep); in _nc_mouse_parse() 1615 Invalidate(ep); in _nc_mouse_parse() 1681 Invalidate(ep); in _nc_mouse_parse() 1699 Invalidate(ep); in _nc_mouse_parse() 1706 Invalidate(ep); in _nc_mouse_parse() 1718 Invalidate(ep); in _nc_mouse_parse() 1852 Invalidate(prev); in NCURSES_SP_NAME() [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 926 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositions() local 929 return processIteratorPositions(State, MatchCont, Invalidate); in invalidateAllIteratorPositions() 940 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositionsExcept() local 943 return processIteratorPositions(State, MatchContAndCompare, Invalidate); in invalidateAllIteratorPositionsExcept() 952 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local 955 return processIteratorPositions(State, Compare, Invalidate); in invalidateIteratorPositions() 967 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local 970 return processIteratorPositions(State, Compare, Invalidate); in invalidateIteratorPositions()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextPOSIX_arm.h | 25 void Invalidate();
|
H A D | RegisterContextPOSIX_mips64.h | 33 void Invalidate();
|
H A D | RegisterContextPOSIX_s390x.h | 26 void Invalidate();
|
H A D | RegisterContextPOSIX_arm64.h | 25 void Invalidate();
|
H A D | RegisterContextPOSIX_arm.cpp | 50 void RegisterContextPOSIX_arm::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_arm
|
H A D | RegisterContextPOSIX_arm64.cpp | 58 void RegisterContextPOSIX_arm64::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_arm64
|
H A D | RegisterContextPOSIX_mips64.cpp | 63 void RegisterContextPOSIX_mips64::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_mips64
|
H A D | RegisterContextPOSIX_powerpc.h | 146 void Invalidate();
|
H A D | RegisterContextPOSIX_s390x.cpp | 103 void RegisterContextPOSIX_s390x::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_s390x
|
H A D | RegisterContextPOSIX_powerpc.cpp | 100 void RegisterContextPOSIX_powerpc::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_powerpc
|
H A D | RegisterContextPOSIX_x86.h | 26 void Invalidate();
|
H A D | RegisterContextPOSIX_x86.cpp | 464 void RegisterContextPOSIX_x86::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_x86
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | Environment.cpp | 139 bool Invalidate) { in bindExpr() argument 141 if (Invalidate) in bindExpr()
|
H A D | ProgramState.cpp | 304 SVal V, bool Invalidate) const{ in BindExpr() 307 Invalidate); in BindExpr()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Environment.h | 114 bool Invalidate);
|
H A D | ProgramState.h | 282 bool Invalidate = true) const;
|
/openbsd/gnu/usr.bin/gcc/gcc/config/xtensa/ |
H A D | lib2funcs.S | 177 # Invalidate the corresponding lines in the instruction cache
|
/openbsd/gnu/gcc/gcc/config/xtensa/ |
H A D | lib2funcs.S | 177 # Invalidate the corresponding lines in the instruction cache
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 168 // Invalidate page table entry. 172 // Invalidate DAT table entry.
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 106 void Invalidate() { SymbolicPart = OrigVal = nullptr; } in Invalidate() function in llvm::reassociate::XorOpnd 1481 CurrOpnd->Invalidate(); in OptimizeXor() 1495 PrevOpnd->Invalidate(); in OptimizeXor() 1500 CurrOpnd->Invalidate(); in OptimizeXor()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | Mips.td | 176 "Mips Global Invalidate ASE">;
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | NewPassManager.rst | 318 // Invalidate all analysis results for function F1. 321 // Invalidate all analysis results across the entire module.
|