/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | MultipleIncludeOpt.h | 85 void Invalidate() { in Invalidate() function 131 return Invalidate(); in EnterTopLevelIfndef() 138 return Invalidate(); in EnterTopLevelIfndef() 151 Invalidate(); in EnterTopLevelConditional() 159 if (!TheMacro) return Invalidate(); in ExitTopLevelConditional()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 174 #define Invalidate(ep) (ep)->id = INVALID_EVENT macro 791 Invalidate(sp->_mouse_events + i); in _nc_mouse_init() 1547 Invalidate(ep); in _nc_mouse_parse() 1597 Invalidate(ep); in _nc_mouse_parse() 1613 Invalidate(ep); in _nc_mouse_parse() 1679 Invalidate(ep); in _nc_mouse_parse() 1697 Invalidate(ep); in _nc_mouse_parse() 1704 Invalidate(ep); in _nc_mouse_parse() 1716 Invalidate(ep); in _nc_mouse_parse() 1850 Invalidate(prev); in NCURSES_SP_NAME() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 935 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositions() local 938 return processIteratorPositions(State, MatchCont, Invalidate); in invalidateAllIteratorPositions() 949 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositionsExcept() local 952 return processIteratorPositions(State, MatchContAndCompare, Invalidate); in invalidateAllIteratorPositionsExcept() 961 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local 964 return processIteratorPositions(State, Compare, Invalidate); in invalidateIteratorPositions() 976 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions() local 979 return processIteratorPositions(State, Compare, Invalidate); in invalidateIteratorPositions()
|
/freebsd/contrib/llvm-project/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_arm.cpp | 50 void RegisterContextPOSIX_arm::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_arm
|
H A D | RegisterContextPOSIX_arm64.h | 25 void Invalidate();
|
H A D | RegisterContextPOSIX_arm64.cpp | 70 void RegisterContextPOSIX_arm64::Invalidate() {} in GetRegisterSize() 62 void RegisterContextPOSIX_arm64::Invalidate() {} 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 | 27 void Invalidate();
|
H A D | RegisterContextPOSIX_x86.cpp | 420 void RegisterContextPOSIX_x86::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_x86
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Environment.h | 114 bool Invalidate);
|
H A D | ProgramState.h | 282 bool Invalidate = true) const;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 317 SVal V, bool Invalidate) const{ in BindExpr() 320 Invalidate); in BindExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 168 // Invalidate page table entry. 172 // Invalidate DAT table entry.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 113 void Invalidate() { SymbolicPart = OrigVal = nullptr; } in Invalidate() function in llvm::reassociate::XorOpnd 1437 CurrOpnd->Invalidate(); in OptimizeXor() 1451 PrevOpnd->Invalidate(); in OptimizeXor() 1456 CurrOpnd->Invalidate(); in OptimizeXor()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips.td | 176 "Mips Global Invalidate ASE">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 282 "Invalidate Process-Context Identifier">; 290 "Write Back No Invalidate">;
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 665 - Invalidate remote directory completion cache if any command
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 2008 // SLB Invalidate Entry Global
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 5093 // INVPCID - Invalidate Process-Context Identifier
|