Searched refs:Invalidate (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h83 /// Invalidate - Permanently mark this file as not being suitable for the
85 void Invalidate() { function in class:clang::MultipleIncludeOpt
125 return Invalidate();
132 return Invalidate();
145 Invalidate();
153 if (!TheMacro) return Invalidate();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h27 void Invalidate();
H A DRegisterContextPOSIX_mips64.h37 void Invalidate();
H A DRegisterContextPOSIX_s390x.h28 void Invalidate();
H A DRegisterContextPOSIX_arm.h27 void Invalidate();
H A DRegisterContextPOSIX_mips64.cpp65 void RegisterContextPOSIX_mips64::Invalidate() {} function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp101 void RegisterContextPOSIX_powerpc::Invalidate() {} function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_powerpc.h148 void Invalidate();
H A DRegisterContextPOSIX_s390x.cpp103 void RegisterContextPOSIX_s390x::Invalidate() {} function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.h28 void Invalidate();
H A DRegisterContextPOSIX_arm.cpp113 void RegisterContextPOSIX_arm::Invalidate() {} function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp133 void RegisterContextPOSIX_arm64::Invalidate() {} function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp384 void RegisterContextPOSIX_x86::Invalidate() {} function in class:RegisterContextPOSIX_x86
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c163 #define Invalidate(ep) (ep)->id = INVALID_EVENT macro
703 Invalidate(sp->_mouse_events + i);
1163 Invalidate(ep);
1213 Invalidate(ep);
1229 Invalidate(ep);
1295 Invalidate(ep);
1313 Invalidate(ep);
1320 Invalidate(ep);
1332 Invalidate(ep);
1462 Invalidate(pre
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h114 bool Invalidate);
H A DProgramState.h239 bool Invalidate = true) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp131 bool Invalidate) {
133 if (Invalidate)
128 bindExpr(Environment Env, const EnvironmentEntry &E, SVal V, bool Invalidate) argument
H A DProgramState.cpp302 SVal V, bool Invalidate) const{
305 Invalidate);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp1068 // Invalidate the deleted iterator position, which is the position of the
1090 // Invalidate the deleted iterator position range (first..last)
1522 auto Invalidate = [&](const IteratorPosition &Pos) { local
1525 return processIteratorPositions(State, MatchCont, Invalidate);
1536 auto Invalidate = [&](const IteratorPosition &Pos) { local
1539 return processIteratorPositions(State, MatchContAndCompare, Invalidate);
1548 auto Invalidate = [&](const IteratorPosition &Pos) { local
1551 return processIteratorPositions(State, Compare, Invalidate);
1563 auto Invalidate = [&](const IteratorPosition &Pos) { local
1566 return processIteratorPositions(State, Compare, Invalidate);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1084 bool Invalidate = false; local
1099 Invalidate = true;
1102 if (Invalidate)
H A DReassociate.cpp107 void Invalidate() { SymbolicPart = OrigVal = nullptr; } function in class:llvm::reassociate::XorOpnd
1379 CurrOpnd->Invalidate();
1393 PrevOpnd->Invalidate();
1398 CurrOpnd->Invalidate();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1076 bool Invalidate = Whitelist && !Whitelist->count(&AAType::ID); local
1078 Invalidate |= Fn->hasFnAttribute(Attribute::Naked) ||
1084 if (Invalidate) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2383 InvalidateOnErrorScope Invalidate(*this, LoopVar,

Completed in 219 milliseconds