Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h42 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 DRefactoringOptions.h33 using ValueType = Optional<T>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h143 MVT ValueType; variable
H A DStatepointLowering.cpp106 StatepointLoweringState::allocateStackSlot(EVT ValueType, in allocateStackSlot()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dpackage.d575 alias ValueType = T; in TotalContainer() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dpackage.d570 alias ValueType = T; in TotalContainer() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h153 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 DVariantValue.h331 enum ValueType { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp57 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef
H A DMipsDelaySlotFiller.cpp188 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef in __anon845733c10111::MemDefsUses
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h106 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h403 using ValueType = llvm::PointerUnion<T, LazyData*>; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h95 enum class ValueType : uint8_t { enum
180 constexpr char ValueType[] = "ValueType"; variable
H A DJSON.h470 enum ValueType : char { enum
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Denums.h63 enum ValueType enum
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Denums.h63 enum ValueType enum
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.bench.cpp17 enum class ValueType { Uint32, Uint64, Pair, Tuple, String }; enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.h156 enum ValueType { enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h88 Type *ValueType; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h248 QualType ValueType, in DeducedTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp584 Type *ValueType = nullptr; member
639 Type *ValueType, Value *Addr, in createMaskInstrs()
H A DScheduleDAGInstrs.cpp723 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) { in insertBarrierChain()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h144 Type *ValueType = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp784 typedef std::pair<CodeGenInstAlias, int> ValueType; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h966 using ValueType = ValT; variable

12