/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 112 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \ argument 119 #define REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(Name, Elem) \ argument 135 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \ argument 142 #define REGISTER_LIST_FACTORY_WITH_PROGRAMSTATE(Name, Elem) \ argument
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/ |
H A D | compose.pass.cpp | 20 struct Elem { struct 22 constexpr bool operator==(Elem<Y> const&) const in operator ==() argument [all...] |
H A D | bind_back.pass.cpp | 74 struct Elem { struct 76 constexpr bool operator==(Elem<Y> const&) const in operator ==() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | FallibleIteratorTest.cpp | 121 for (auto &Elem : in TEST() local 138 for (auto &Elem : in TEST() local 156 for (auto &Elem : in TEST() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | CreateInvocationFromCommandLine.cpp | 42 __anon9de415a50102(const char *Elem) createInvocation() argument
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/ |
H A D | types.h | 23 struct Elem { struct
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp |
|
H A D | Descriptor.cpp |
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 373 struct Elem { in propagateCounts() struct 374 const GCOVBlock &v; in propagateCounts() 375 GCOVArc *pred; in propagateCounts() 376 bool inDst; in propagateCounts() 377 size_t i = 0; in propagateCounts() 378 uint64_t excess = 0; in propagateCounts()
|
/llvm-project/clang/lib/AST/ |
H A D | StmtObjC.cpp | 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 107 for (auto &Elem : reverse(Stack)) { runOnMachineFunction() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CFG.cpp | 228 SingleEntrySet(T Elem) : Elem(Elem) {} in SingleEntrySet() 236 T Elem; member in SingleEntrySet
|
H A D | AssumptionCache.cpp | 105 __anon632c95bd0302(ResultElem &Elem) updateAffectedValues() argument
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 178 void push_back(const T &Elem) { in push_back() 326 void push_back(const T &Elem) { in push_back()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BranchCloneCheck.cpp | 87 for (const Stmt *Elem : Branch) { in isFallthroughSwitchBranch() local
|
/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 133 FoldingSetIterator<AttributeSetNode> Elem = I++; ~LLVMContextImpl() local
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/ |
H A D | bind_front.pass.cpp | 72 struct Elem { struct 74 constexpr bool operator==(Elem<Y> const&) const in operator ==() argument
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | HeaderIncludeCycleCheck.cpp | 133 std::all_of(Files.rbegin(), It + 1, [](const Include &Elem) { in checkForDoubleInclude()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 364 for (auto &Elem : BBToAssume) { buildMapping() local 517 for (auto &Elem : BBToAssume) { mergeAssumes() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.cpp | 92 for (auto &Elem : Request) { lookupSymbolsAsync() local
|
/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 237 auto Elem = *PP; DetermineLexicalElementCount() local
|
/llvm-project/llvm/unittests/Linker/ |
H A D | LinkModulesTest.cpp | 117 Value *Elem = Init->getOperand(0); in TEST_F() local
|
/llvm-project/clang/lib/Sema/ |
H A D | CheckExprLifetime.cpp | 915 for (auto Elem : Path) { shouldLifetimeExtendThroughPath() local 1210 auto Elem = Path[I]; checkExprLifetimeImpl() local [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | FrameAnalysis.cpp | 201 std::pair<int64_t, uint16_t> &Elem = CFIStack.top(); in doNext() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 168 for (const auto &Elem : Map) in removeDeadImpl() local
|