Home
last modified time | relevance | path

Searched defs:getValueType (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h837 QualType getValueType() const override { return Str->getType(); } in getValueType() function
872 QualType getValueType() const override { return Str->getType(); } in getValueType() function
908 QualType getValueType() const override { return CL->getType(); } in getValueType() function
961 QualType getValueType() const override { in getValueType() function
998 QualType getValueType() const override { in getValueType() function
1082 QualType getValueType() const override { in getValueType() function
1119 QualType getValueType() const override { in getValueType() function
1211 QualType getValueType() const override { return ElementType; } in getValueType() function
1247 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.h213 Record *getValueType() const { return Ty; } in getValueType() function
H A DCodeGenTarget.cpp42 MVT::SimpleValueType llvm::getValueType(Record *Rec) { in getValueType() function in llvm
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp171 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in ObjCIvarRegion
175 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in CXXBaseObjectRegion
179 QualType CXXDerivedObjectRegion::getValueType() const { in getValueType() function in CXXDerivedObjectRegion
183 QualType ParamVarRegion::getValueType() const { in getValueType() function in ParamVarRegion
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h292 Type *getValueType() const { return ValueType; } in getValueType() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp803 Type *getValueType() const { in getValueType() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp133 QualType getValueType() const { return ValueTy; } in getValueType() function in __anonce6b933c0111::AtomicInfo
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4881 QualType AtomicExpr::getValueType() const { in getValueType() function in AtomicExpr
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1859 SDValue SelectionDAG::getValueType(EVT VT) { in getValueType() function in SelectionDAG