Home
last modified time | relevance | path

Searched defs:CalledFunctions (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Analysis/
DCallGraph.h142 SmallVector<CallRecord, 5> CalledFunctions; variable
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp101 std::deque<const CallExpr *> CalledFunctions; in check() local
/external/llvm-project/clang/include/clang/Analysis/
DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h274 std::vector<CallRecord> CalledFunctions; variable
/external/llvm/include/llvm/Analysis/
DCallGraph.h277 std::vector<CallRecord> CalledFunctions; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DCallGraph.h294 std::vector<CallRecord> CalledFunctions; variable
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2426 SmallPtrSet<const Function *, 8> &CalledFunctions) { in cxxDtorIsEmpty()
2496 SmallPtrSet<const Function *, 8> CalledFunctions; in OptimizeEmptyGlobalCXXDtors() local