Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFFormValue.h41 struct ValueType { struct
42 ValueType() { uval = 0; } in ValueType() function
43 ValueType(int64_t V) : sval(V) {} in ValueType() argument
44 ValueType(uint64_t V) : uval(V) {} in ValueType() argument
45 ValueType(const char *V) : cstr(V) {} in ValueType() function
60 ValueType Value; /// Contains all data for the form. argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRefactoringOptions.h34 using ValueType = std::optional<T>; variable
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStatus.h48 typedef uint32_t ValueType; typedef
HDFlags.h25 typedef uint32_t ValueType; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGSDNodes.h143 MVT ValueType; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVStringPool.h31 using ValueType = TableType::value_type; variable
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst491 .. _ValueType: target
493 ValueType section in Enumerators
530 .. _InputReaderGranularity:
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/nsan/
HDnsan_platform.h66 enum ValueType { enum
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalTree.h201 using ValueType = ValueT; variable
256 using ValueType = ValueT; variable
HDStringMapEntry.h106 using ValueType = ValueTy; variable
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValue.h41 enum class ValueType { enum
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDStructuralHash.cpp39 void hashType(Type *ValueType) { in hashType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFFormValue.h33 } ValueType; typedef
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h152 struct ValueType { struct
173 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) in ValueType() function
189 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType() argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
HDVariantValue.h331 enum ValueType { enum
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeReader.h81 std::optional<ValueTypeCallbackTy> ValueType; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsOptimizePICCall.cpp56 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef
HDMipsDelaySlotFiller.cpp188 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef in __anoncfe1790f0111::MemDefsUses
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDScheduleDAGInstrs.h101 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAMDGPUMetadata.h101 enum class ValueType : uint8_t { enum
186 constexpr char ValueType[] = "ValueType"; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTSource.h431 using ValueType = llvm::PointerUnion<T, LazyData*>; member
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h200 enum ValueType { enum
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDBitTracker.h156 enum ValueType { enum
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalValue.h92 Type *ValueType; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTemplate.h343 QualType ValueType, in DeducedTemplateArgument()

12