Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h806 QualType getValueType() const override { return Str->getType(); } in getValueType() function
840 QualType getValueType() const override { return Str->getType(); } in getValueType() function
876 QualType getValueType() const override { return CL->getType(); } in getValueType() function
925 QualType getValueType() const override { in getValueType() function
960 QualType getValueType() const override { in getValueType() function
1040 QualType getValueType() const override { in getValueType() function
1074 QualType getValueType() const override { in getValueType() function
1163 QualType getValueType() const override { return ElementType; } in getValueType() function
1198 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h214 MVT::SimpleValueType getValueType() const { return Ty; } in getValueType() function
H A DCodeGenTarget.cpp45 MVT::SimpleValueType llvm::getValueType(Record *Rec) { in getValueType() function in llvm
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp168 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in ObjCIvarRegion
172 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in CXXBaseObjectRegion
176 QualType CXXDerivedObjectRegion::getValueType() const { in getValueType() function in CXXDerivedObjectRegion
180 QualType ParamVarRegion::getValueType() const { in getValueType() function in ParamVarRegion
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h273 Type *getValueType() const { return ValueType; } in getValueType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp134 QualType getValueType() const { return ValueTy; } in getValueType() function in __anon41f132f00111::AtomicInfo
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4684 QualType AtomicExpr::getValueType() const { in getValueType() function in AtomicExpr
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1697 SDValue SelectionDAG::getValueType(EVT VT) { in getValueType() function in SelectionDAG