Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h842 QualType getValueType() const override { return Str->getType(); } getValueType() function
877 QualType getValueType() const override { return Str->getType(); } getValueType() function
913 QualType getValueType() const override { return CL->getType(); } getValueType() function
966 QualType getValueType() const override { getValueType() function
1003 QualType getValueType() const override { getValueType() function
1087 QualType getValueType() const override { getValueType() function
1124 QualType getValueType() const override { getValueType() function
1216 QualType getValueType() const override { return ElementType; } getValueType() function
1254 QualType getValueType() const override { return Ex->getType(); } getValueType() function
1293 QualType getValueType() const override { return Ex->getType(); } getValueType() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h
H A DCodeGenTarget.cpp
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h296 Type *getValueType() const { return ValueType; } in getValueType() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp917 Type *getValueType() const { in getValueType() function in __anon19c0a85d0411::EarlyCSE::ParseMemoryInst
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp133 QualType getValueType() const { return ValueTy; } in getValueType() function in __anon777c2d570111::AtomicInfo
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4988 QualType AtomicExpr::getValueType() const { getValueType() function in AtomicExpr
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1940 SDValue SelectionDAG::getValueType(EVT VT) { getValueType() function in SelectionDAG
[all...]