Home
last modified time | relevance | path

Searched defs:Elem (Results 1 – 25 of 89) sorted by relevance

1234

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h112 #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 Dcompose.pass.cpp20 struct Elem { struct
22 constexpr bool operator==(Elem<Y> const&) const in operator ==() argument
[all...]
H A Dbind_back.pass.cpp74 struct Elem { struct
76 constexpr bool operator==(Elem<Y> const&) const in operator ==() argument
/llvm-project/llvm/unittests/ADT/
H A DFallibleIteratorTest.cpp121 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 DCreateInvocationFromCommandLine.cpp42 __anon9de415a50102(const char *Elem) createInvocation() argument
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/
H A Dtypes.h23 struct Elem { struct
/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp
H A DDescriptor.cpp
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp373 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 DStmtObjC.cpp20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp107 for (auto &Elem : reverse(Stack)) { runOnMachineFunction() local
/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp228 SingleEntrySet(T Elem) : Elem(Elem) {} in SingleEntrySet()
236 T Elem; member in SingleEntrySet
H A DAssumptionCache.cpp105 __anon632c95bd0302(ResultElem &Elem) updateAffectedValues() argument
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h178 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 DBranchCloneCheck.cpp87 for (const Stmt *Elem : Branch) { in isFallthroughSwitchBranch() local
/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp133 FoldingSetIterator<AttributeSetNode> Elem = I++; ~LLVMContextImpl() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp72 struct Elem { struct
74 constexpr bool operator==(Elem<Y> const&) const in operator ==() argument
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DHeaderIncludeCycleCheck.cpp133 std::all_of(Files.rbegin(), It + 1, [](const Include &Elem) { in checkForDoubleInclude()
/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp364 for (auto &Elem : BBToAssume) { buildMapping() local
517 for (auto &Elem : BBToAssume) { mergeAssumes() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp92 for (auto &Elem : Request) { lookupSymbolsAsync() local
/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp237 auto Elem = *PP; DetermineLexicalElementCount() local
/llvm-project/llvm/unittests/Linker/
H A DLinkModulesTest.cpp117 Value *Elem = Init->getOperand(0); in TEST_F() local
/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp915 for (auto Elem : Path) { shouldLifetimeExtendThroughPath() local
1210 auto Elem = Path[I]; checkExprLifetimeImpl() local
[all...]
/llvm-project/bolt/lib/Passes/
H A DFrameAnalysis.cpp201 std::pair<int64_t, uint16_t> &Elem = CFIStack.top(); in doNext() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp168 for (const auto &Elem : Map) in removeDeadImpl() local

1234