Home
last modified time | relevance | path

Searched defs:Aggregate (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h30 enum class Kind { Scalar, Aggregate }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp346 LVScope *Aggregate = getTypeAsScope(); in resolveExtra() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1090 OverloadCandidate(const RecordDecl *Aggregate) in OverloadCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp521 DebugVariable Aggregate = GetAggregateVariable(DVI); in remomveUndefDbgAssignsFromEntryBlock() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2253 LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, value Idx, in llvm_build_extractvalue()
2260 LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, in llvm_build_insertvalue()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1970 for (const auto *Aggregate : Aggregates) { in PragmaClangAttributeSupport() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp6213 getNextAggregateIndexAfterDesignatedInit(const ResultCandidate &Aggregate, in getNextAggregateIndexAfterDesignatedInit()