Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h847 QualType getValueType() const override { return Str->getType(); } in getValueType() function
882 QualType getValueType() const override { return Str->getType(); } in getValueType() function
918 QualType getValueType() const override { return CL->getType(); } in getValueType() function
971 QualType getValueType() const override { in getValueType() function
1008 QualType getValueType() const override { in getValueType() function
1092 QualType getValueType() const override { in getValueType() function
1129 QualType getValueType() const override { in getValueType() function
1221 QualType getValueType() const override { return ElementType; } in getValueType() function
1259 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
1298 QualType getValueType() const override { return Ex->getType(); } in getValueType() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h245 Record *getValueType() const { return Ty; } in getValueType() function
H A DCodeGenTarget.cpp46 MVT::SimpleValueType llvm::getValueType(const Record *Rec) { in getValueType() function in llvm
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp181 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in ObjCIvarRegion
185 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in CXXBaseObjectRegion
189 QualType CXXDerivedObjectRegion::getValueType() const { in getValueType() function in CXXDerivedObjectRegion
193 QualType ParamVarRegion::getValueType() const { in getValueType() function in ParamVarRegion
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h296 Type *getValueType() const { return ValueType; } in getValueType() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp301 static ValueType getValueType(u8 c) { return static_cast<ValueType>(c & 0x3); } in getValueType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp917 Type *getValueType() const { in getValueType() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp133 QualType getValueType() const { return ValueTy; } in getValueType() function in __anon5e56f1450111::AtomicInfo
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5079 QualType AtomicExpr::getValueType() const { in getValueType() function in AtomicExpr
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1976 SDValue SelectionDAG::getValueType(EVT VT) { in getValueType() function in SelectionDAG