/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 42 struct ValueType { struct 43 ValueType() { uval = 0; } in ValueType() argument 44 ValueType(int64_t V) : sval(V) {} in ValueType() argument 45 ValueType(uint64_t V) : uval(V) {} in ValueType() argument 46 ValueType(const char *V) : cstr(V) {} in ValueType() function 60 ValueType Value; /// Contains all data for the form. argument
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringOptions.h | 34 using ValueType = std::optional<T>; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Status.h | 48 typedef uint32_t ValueType; typedef
|
H A D | Flags.h | 25 typedef uint32_t ValueType; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 143 MVT ValueType; variable
|
/openbsd-src/gnu/llvm/lldb/docs/ |
H A D | python_api_enums.rst | 491 .. _ValueType: target 493 ValueType section in Enumerators 530 .. _InputReaderGranularity:
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 31 using ValueType = TableType::value_type; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategoryMap.h | 32 typedef TypeCategoryImpl ValueType; typedef
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBError.h | 23 typedef uint32_t ValueType; typedef
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 202 using ValueType = ValueT; variable 257 using ValueType = ValueT; variable
|
H A D | StringMapEntry.h | 106 using ValueType = ValueTy; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Value.h | 41 enum class ValueType { enum
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 152 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
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.h | 31 } ValueType; typedef
|
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 331 enum ValueType { enum
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 81 std::optional<ValueTypeCallbackTy> ValueType; member
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/ |
H A D | common.h | 20 enum class ValueType { Uint32, Uint64, Pair, Tuple, String, Float }; enum
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsOptimizePICCall.cpp | 57 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef
|
H A D | MipsDelaySlotFiller.cpp | 188 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef in __anona0ae290d0111::MemDefsUses
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 107 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 100 enum class ValueType : uint8_t { enum 185 constexpr char ValueType[] = "ValueType"; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 401 using ValueType = llvm::PointerUnion<T, LazyData*>; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 156 enum ValueType { enum
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | UnwindPlan.h | 200 enum ValueType { enum
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 88 Type *ValueType; variable
|