HomeSort by: relevance | last modified time | path
    Searched refs:evaluateValue (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ComparisonCategories.cpp 68 return VD->evaluateValue()->getStructField(0).getInt();
TextNodeDumper.cpp 1715 const APValue *Value = D->evaluateValue();
Decl.cpp 2397 // work to avoid leaking those, but we do so in VarDecl::evaluateValue
2410 APValue *VarDecl::evaluateValue() const {
ASTContext.cpp 10965 (VD->getInit()->isValueDependent() || !VD->evaluateValue()))
ExprConstant.cpp 3310 if (!VD->evaluateValue()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 1633 if (auto value = D.evaluateValue()) {
ItaniumCXXABI.cpp 361 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue();
CGDebugInfo.cpp 1483 const APValue *Value = Var->evaluateValue();
CGExpr.cpp 2691 E->getLocation(), *VD->evaluateValue(), VD->getType());
CodeGenModule.cpp 5455 if (E->getStorageDuration() == SD_Static && VD && VD->evaluateValue()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 1295 APValue *evaluateValue() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 1837 (VD->getInit()->isValueDependent() || !VD->evaluateValue()))
SemaDeclCXX.cpp 15240 HasConstantInit = VD->evaluateValue();

Completed in 150 milliseconds