Home
last modified time | relevance | path

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

/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 { getValueType() function
1129 QualType getValueType() const override { getValueType() function
1221 QualType getValueType() const override { return ElementType; } getValueType() function
1259 QualType getValueType() const override { return Ex->getType(); } getValueType() function
1298 QualType getValueType() const override { return Ex->getType(); } getValueType() function
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h245 Record *getValueType() const { return Ty; } getValueType() function
H A DCodeGenTarget.cpp46 MVT::SimpleValueType llvm::getValueType(const Record *Rec) { in getValueType() function in llvm
/llvm-project/mlir/tools/mlir-tblgen/
H A DLLVMIRIntrinsicGen.cpp57 static llvm::MVT::SimpleValueType getValueType(const llvm::Record *rec) { getValueType() function
/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp73 std::optional<Type> Attribute::getValueType() const { in getValueType() function in Attribute
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp189 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in CXXDerivedObjectRegion
193 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in ParamVarRegion
181 QualType ObjCIvarRegion::getValueType() const { getValueType() function in ObjCIvarRegion
185 QualType CXXBaseObjectRegion::getValueType() const { getValueType() function in CXXBaseObjectRegion
/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h296 Type *getValueType() const { return ValueType; } getValueType() function
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp301 static ValueType getValueType(u8 c) { return static_cast<ValueType>(c & 0x3); } getValueType() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp917 Type *getValueType() const { getValueType() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst
/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp133 QualType getValueType() const { return ValueTy; } getValueType() function in __anon636f35d80111::AtomicInfo
[all...]
/llvm-project/clang/lib/AST/
H A DExpr.cpp5079 QualType AtomicExpr::getValueType() const { getValueType() function in AtomicExpr
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1975 SDValue SelectionDAG::getValueType(EVT VT) { getValueType() function in SelectionDAG
[all...]