HomeSort by relevance Sort by last modified time
    Searched refs:isIntegerConstantExpr (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Sema/
TargetAttributesSema.cpp 41 if (!NumParamsExpr->isIntegerConstantExpr(NumParams, S.Context)) {
SemaAttr.cpp 205 !Alignment->isIntegerConstantExpr(Val, Context) ||
SemaDeclAttr.cpp 882 !Ex->isIntegerConstantExpr(ArgNum, S.Context)) {
    [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 318 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) {
395 if (Initializer->isIntegerConstantExpr(InitializerValue, Ctx)) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ExprConstant.cpp     [all...]
Decl.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 412 /// isIntegerConstantExpr - Return true if this expression is a valid integer
419 bool isIntegerConstantExpr(llvm::APSInt &Result, ASTContext &Ctx,
422 bool isIntegerConstantExpr(ASTContext &Ctx, SourceLocation *Loc = 0) const;
    [all...]

Completed in 205 milliseconds