Searched defs:Invalidate (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h84 /// Invalidate - Permanently mark this file as not being suitable for the
86 void Invalidate() { function in class:clang::MultipleIncludeOpt
126 return Invalidate();
133 return Invalidate();
146 Invalidate();
154 if (!TheMacro) return Invalidate();
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp112 bool Invalidate) {
114 if (Invalidate)
109 bindExpr(Environment Env, const EnvironmentEntry &E, SVal V, bool Invalidate) argument
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dstatetracker.py239 def Invalidate(self): member in class:DocComment
249 """Test whether Invalidate() has been called."""
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp133 void Invalidate() { SymbolicPart = OrigVal = nullptr; } function in class:__anon11062::XorOpnd
1439 CurrOpnd->Invalidate();
1454 PrevOpnd->Invalidate();
1459 CurrOpnd->Invalidate();
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.cpp519 RegisterContext_x86_64::Invalidate() function in class:RegisterContext_x86_64

Completed in 198 milliseconds