Home
last modified time | relevance | path

Searched refs:Invalidate (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h85 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 Dlib_mouse.c176 #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 DContainerModeling.cpp926 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 DRegisterContextPOSIX_arm.h25 void Invalidate();
H A DRegisterContextPOSIX_mips64.h33 void Invalidate();
H A DRegisterContextPOSIX_s390x.h26 void Invalidate();
H A DRegisterContextPOSIX_arm64.h25 void Invalidate();
H A DRegisterContextPOSIX_arm.cpp50 void RegisterContextPOSIX_arm::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp58 void RegisterContextPOSIX_arm64::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_mips64.cpp63 void RegisterContextPOSIX_mips64::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.h146 void Invalidate();
H A DRegisterContextPOSIX_s390x.cpp103 void RegisterContextPOSIX_s390x::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_powerpc.cpp100 void RegisterContextPOSIX_powerpc::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_x86.h26 void Invalidate();
H A DRegisterContextPOSIX_x86.cpp464 void RegisterContextPOSIX_x86::Invalidate() {} in Invalidate() function in RegisterContextPOSIX_x86
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp139 bool Invalidate) { in bindExpr() argument
141 if (Invalidate) in bindExpr()
H A DProgramState.cpp304 SVal V, bool Invalidate) const{ in BindExpr()
307 Invalidate); in BindExpr()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h114 bool Invalidate);
H A DProgramState.h282 bool Invalidate = true) const;
/openbsd/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dlib2funcs.S177 # Invalidate the corresponding lines in the instruction cache
/openbsd/gnu/gcc/gcc/config/xtensa/
H A Dlib2funcs.S177 # Invalidate the corresponding lines in the instruction cache
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td168 // Invalidate page table entry.
172 // Invalidate DAT table entry.
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp106 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 DMips.td176 "Mips Global Invalidate ASE">;
/openbsd/gnu/llvm/llvm/docs/
H A DNewPassManager.rst318 // Invalidate all analysis results for function F1.
321 // Invalidate all analysis results across the entire module.

12