Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h41 struct ValueType { struct
42 ValueType() { uval = 0; } in ValueType() argument
43 ValueType(int64_t V) : sval(V) {} in ValueType() function
44 ValueType(uint64_t V) : uval(V) {} in ValueType() function
45 ValueType(const char *V) : cstr(V) {} in ValueType() function
60 ValueType Value; /// Contains all data for the form. argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h34 using ValueType = std::optional<T>; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h48 typedef uint32_t ValueType; typedef
H A DFlags.h25 typedef uint32_t ValueType; typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h143 MVT ValueType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h31 using ValueType = TableType::value_type; variable
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst493 ValueType section in Enumerators
491 .. _ValueType: global() target
530 InputReaderGranularityValueType global() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_platform.h66 enum ValueType { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h201 using ValueType = ValueT; variable
256 using ValueType = ValueT; variable
H A DStringMapEntry.h106 using ValueType = ValueTy; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h41 enum class ValueType { enum
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h31 } ValueType; global() typedef
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h152 struct ValueType { struct
173 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) in ValueType() argument
189 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType() argument
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h331 enum ValueType { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h81 std::optional<ValueTypeCallbackTy> ValueType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp56 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef
H A DMipsDelaySlotFiller.cpp188 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef in __anon27a8e2d60111::MemDefsUses
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h101 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h101 enum class ValueType : uint8_t { enum
186 constexpr char ValueType[] = "ValueType"; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h431 using ValueType = llvm::PointerUnion<T, LazyData*>; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h200 enum ValueType { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h156 enum ValueType { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h92 Type *ValueType; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h343 QualType ValueType, in DeducedTemplateArgument()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp682 Type *ValueType = nullptr; member
738 Instruction *I, Type *ValueType, in createMaskInstrs()

12