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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 38 const bool wasInlined;
44 bool wasInlined = false)
50 wasInlined(wasInlined) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 266 bool wasInlined = false) {
267 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
274 bool wasInlined = false);
289 bool wasInlined = false) {
291 wasInlined);
308 bool wasInlined = false);
319 bool wasInlined = false) {
321 wasInlined);
328 bool wasInlined = false);
371 ExprEngine &Eng, bool wasInlined = false)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 159 bool WasInlined;
162 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
164 WasInlined(wasInlined) {}
176 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
189 bool WasInlined) {
191 S, Eng, WasInlined);
201 bool WasInlined;
209 bool wasInlined)
210 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GTestChecker.cpp 184 if (C.wasInlined)
InnerPointerChecker.cpp 248 assert(C.wasInlined || !Set.contains(Sym));
MallocChecker.cpp 1264 if (C.wasInlined)
1429 if (!C.wasInlined) {
1462 if (C.wasInlined)
FuchsiaHandleChecker.cpp 371 if (C.wasInlined)
479 // If the function was not analyzed (otherwise wasInlined should be
IteratorModeling.cpp 430 if (!C.wasInlined) {
NullabilityChecker.cpp 954 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined)
PthreadLockChecker.cpp 266 if (!Call.isGlobalCFunction() || C.wasInlined)
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 223 bool wasInlined() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 250 virtual bool wasInlined() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 228 bool wasInlined() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp 728 bool NativeRawSymbol::wasInlined() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 392 RAW_METHOD_DUMP(OS, wasInlined);
1264 bool DIARawSymbol::wasInlined() const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 380 if (C.wasInlined) {

Completed in 90 milliseconds