/freebsd/contrib/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
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CreateInvocationFromCommandLine.cpp | 42 Args, [](const char *Elem) { return llvm::StringRef(Elem) == "--"; }), in createInvocation()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp | 41 using Elem = std::pair<unsigned, SourceInfo>; in getSource() typedef
|
H A D | Descriptor.cpp | 324 Descriptor::Descriptor(const DeclTy &D, const Descriptor *Elem, MetadataSize MD, in Descriptor() 337 Descriptor::Descriptor(const DeclTy &D, const Descriptor *Elem, MetadataSize MD, in Descriptor()
|
/freebsd/contrib/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 if (llvm::none_of(AVV, [&](ResultElem &Elem) { in updateAffectedValues()
|
H A D | Lint.cpp | 537 Constant *Elem = C->getAggregateElement(I); in isZero() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtObjC.cpp | 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 107 for (auto &Elem : reverse(Stack)) { in runOnMachineFunction() local
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 133 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 364 for (auto &Elem : BBToAssume) { in buildMapping() local 517 for (auto &Elem : BBToAssume) { in mergeAssumes() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.cpp | 92 for (auto &Elem : Request) { in lookupSymbolsAsync() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CheckExprLifetime.cpp | 930 for (auto Elem : Path) { in shouldLifetimeExtendThroughPath() local 1234 auto Elem = Path[I]; in checkExprLifetimeImpl() local
|
H A D | SemaTemplateVariadic.cpp | 1236 for (TemplateArgument Elem : Pack.pack_elements()) { in getFullyPackExpandedSize() local
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 237 auto Elem = *PP; in DetermineLexicalElementCount() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 168 for (const auto &Elem : Map) in removeDeadImpl() local
|
H A D | ExprEngineC.cpp | 716 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 723 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem, in selectBDVAddr12Only() 1241 unsigned Elem = ElemN->getZExtValue(); in tryGather() local 1283 unsigned Elem = ElemN->getZExtValue(); in tryScatter() local
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 589 Object Elem; in generateParentContexts() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 248 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitCXXScalarValueInitExpr() local 254 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitImplicitValueInitExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 699 llvm::Value *Elem = CGF.Builder.CreateLoad(LoadAddr); in EmitAAPCSVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 991 if (const APInt *Elem = DivCR.getSingleElement()) { in processSDiv() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2684 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast() local 2715 Value *Elem = in visitBitCast() local
|