Searched defs:ValueType (Results 1 - 25 of 25) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h48 typedef uint32_t ValueType; typedef in class:lldb_private::Status
H A DFlags.h25 typedef uint32_t ValueType; typedef in class:lldb_private::Flags
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h27 typedef TypeCategoryImpl ValueType; typedef in class:lldb_private::TypeCategoryMap
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h143 MVT ValueType; member in class:llvm::ScheduleDAGSDNodes::RegDefIter
H A DStatepointLowering.cpp93 StatepointLoweringState::allocateStackSlot(EVT ValueType, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h31 } ValueType; typedef in class:DWARFFormValue
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h88 Type *ValueType; member in class:llvm::GlobalValue
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h42 enum ValueType { enum in class:lldb_private::Value
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h42 struct ValueType { struct in class:llvm::DWARFFormValue
43 ValueType() { uval = 0; } function in struct:llvm::DWARFFormValue::ValueType
44 ValueType(int64_t V) : sval(V) {} function in struct:llvm::DWARFFormValue::ValueType
45 ValueType(uint64_t V) : uval(V) {} function in struct:llvm::DWARFFormValue::ValueType
46 ValueType(const char *V) : cstr(V) {} function in struct:llvm::DWARFFormValue::ValueType
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h144 Type *ValueType = nullptr; member in class:llvm::GVNExpression::BasicExpression
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h322 enum ValueType { enum in class:clang::ast_matchers::dynamic::VariantValue
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h155 enum ValueType { enum in struct:llvm::BitTracker::BitValue
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h200 enum ValueType { enum in class:lldb_private::UnwindPlan::Row::FAValue
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp150 llvm::Type *ValueType = Args[1]->getType(); local
210 llvm::Type *ValueType = Args[1]->getType(); local
251 llvm::Type *ValueType = Args[1]->getType(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h83 enum class ValueType : uint8_t { class in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind
168 constexpr char ValueType[] = "ValueType"; member in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::Arg::Key
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp738 typedef std::pair<CodeGenInstAlias, int> ValueType; typedef in struct:__anon5887::AliasPriorityComparator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp375 DeduceNonTypeTemplateArgument( Sema &S, TemplateParameterList *TemplateParams, NonTypeTemplateParmDecl *NTTP, const DeducedTemplateArgument &NewDeduced, QualType ValueType, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced) argument
422 DeduceNonTypeTemplateArgument( Sema &S, TemplateParameterList *TemplateParams, NonTypeTemplateParmDecl *NTTP, const llvm::APSInt &Value, QualType ValueType, bool DeducedFromArrayBound, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced) argument
H A DTreeTransform.h5986 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); local
6009 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); local
13427 RebuildAtomicType(QualType ValueType, SourceLocation KWLoc) argument
13433 RebuildPipeType(QualType ValueType, SourceLocation KWLoc, bool isReadPipe) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp614 Type *ValueType; member in struct:__anon4520::PartwordMaskValues
639 createMaskInstrs(IRBuilder< &Builder, Instruction *I, Type *ValueType, Value *Addr, unsigned WordSize) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2931 QualType ValueType = T->getValueType(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h153 struct ValueType { struct in namespace:clang::threadSafety::til
174 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) function in namespace:clang::threadSafety::til
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2175 EVT ValueType; member in class:llvm::VTSDNode
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h307 enum ValueType { enum in namespace:lldb
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5043 Type *ValueType = Values.begin()->second->getType(); local
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4033 typedef typename OptionalView::value_type ValueType; typedef in class:testing::internal::OptionalMatcher::Impl

Completed in 521 milliseconds