Home
last modified time | relevance | path

Searched refs:getAPValue (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp373 assert(TE->getAPValue().isInt() && "APValue type not supported"); in getConstantVal()
374 return makeIntVal(TE->getAPValue().getInt()); in getConstantVal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1889 getAPValue().isInt() || getAPValue().isAbsent()) && in TypeTraitExpr()
H A DExprConstant.cpp12164 if (E->getAPValue().isAbsent()) in VisitTypeTraitExpr()
12166 assert(E->getAPValue().isInt() && "APValue type not supported"); in VisitTypeTraitExpr()
12167 return Success(E->getAPValue().getInt(), E); in VisitTypeTraitExpr()
H A DASTImporter.cpp9251 E->getAPValue()); in VisitTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp731 assert(E->getAPValue().isInt() && "APValue type not supported"); in VisitTypeTraitExpr()
733 E->getAPValue().getInt()); in VisitTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2153 Record.AddAPValue(E->getAPValue()); in VisitTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2932 const APValue &getAPValue() const { in getAPValue() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2970 return this->visitAPValue(E->getAPValue(), T, E); in VisitTypeTraitExpr()