HomeSort by: relevance | last modified time | path
    Searched refs:Invalidate (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MultipleIncludeOpt.h 83 /// Invalidate - Permanently mark this file as not being suitable for the
85 void Invalidate() {
125 return Invalidate();
132 return Invalidate();
145 Invalidate();
153 if (!TheMacro) return Invalidate();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 114 bool Invalidate);
ProgramState.h 239 bool Invalidate = true) const;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Environment.cpp 139 bool Invalidate) {
141 if (Invalidate)
ProgramState.cpp 309 SVal V, bool Invalidate) const{
312 Invalidate);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ContainerModeling.cpp 430 // For deque-like containers invalidate all iterator positions
442 // For vector-like containers invalidate the past-end iterator positions
486 // For vector-like and deque-like containers invalidate the last and the
487 // past-end iterator positions. For list-like containers only invalidate
510 // For deque-like containers invalidate all iterator positions
550 // For deque-like containers invalidate all iterator positions. For list-like
551 // iterators only invalidate the first position
586 // For deque-like containers invalidate all iterator positions. For
587 // vector-like containers invalidate iterator positions after the insertion.
617 // For deque-like containers invalidate all iterator positions. Fo
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 1075 bool Invalidate = false;
1090 Invalidate = true;
1093 if (Invalidate)
1225 // to invalidate the instruction iterator.
Reassociate.cpp 108 void Invalidate() { SymbolicPart = OrigVal = nullptr; }
1438 // It would otherwise invalidate the "Opnds"'s iterator, and hence invalidate
1477 CurrOpnd->Invalidate();
1491 PrevOpnd->Invalidate();
1496 CurrOpnd->Invalidate();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1150 bool Invalidate = Allowed && !Allowed->count(&AAType::ID);
1153 Invalidate |= FnScope->hasFnAttribute(Attribute::Naked) ||
1157 Invalidate |= InitializationChainLength > MaxInitializationChainLength;
1162 if (Invalidate) {
3670 /// Check the size of this set, and invalidate when the size is no
  /src/sys/arch/atari/atari/
locore.s 505 jbsr _C_LABEL(_TBIA) | invalidate TLB
510 .word 0xf4f8 | cpusha bc - push & invalidate caches
607 pmove %a0@,%crp | Invalidate CPU root pointer

Completed in 75 milliseconds