/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 42 struct ValueType { struct 43 ValueType() { uval = 0; } in ValueType() function 44 ValueType(int64_t V) : sval(V) {} in ValueType() function 45 ValueType(uint64_t V) : uval(V) {} in ValueType() argument 46 ValueType(const char *V) : cstr(V) {} in ValueType() argument 60 ValueType Value; /// Contains all data for the form. argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringOptions.h | 33 using ValueType = Optional<T>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 143 MVT ValueType; variable
|
H A D | StatepointLowering.cpp | 106 StatepointLoweringState::allocateStackSlot(EVT ValueType, in allocateStackSlot()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | package.d | 575 alias ValueType = T; in TotalContainer() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | package.d | 570 alias ValueType = T; in TotalContainer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 153 struct ValueType { struct 174 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) in ValueType() argument 190 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 331 enum ValueType { enum
|
/netbsd-src/external/apache2/llvm/dist/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 __anon845733c10111::MemDefsUses
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 106 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 403 using ValueType = llvm::PointerUnion<T, LazyData*>; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 95 enum class ValueType : uint8_t { enum 180 constexpr char ValueType[] = "ValueType"; variable
|
H A D | JSON.h | 470 enum ValueType : char { enum
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | enums.h | 63 enum ValueType enum
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | enums.h | 63 enum ValueType enum
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | algorithms.bench.cpp | 17 enum class ValueType { Uint32, Uint64, Pair, Tuple, String }; enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 156 enum ValueType { enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 88 Type *ValueType; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Template.h | 248 QualType ValueType, in DeducedTemplateArgument()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 584 Type *ValueType = nullptr; member 639 Type *ValueType, Value *Addr, in createMaskInstrs()
|
H A D | ScheduleDAGInstrs.cpp | 723 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) { in insertBarrierChain()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 144 Type *ValueType = nullptr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 784 typedef std::pair<CodeGenInstAlias, int> ValueType; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 966 using ValueType = ValT; variable
|