HomeSort by relevance Sort by last modified time
    Searched full:isconstexpr (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ValidateLimitations.h 53 bool isConstExpr(TIntermNode* node);
ValidateLimitations.cpp 234 if (!isConstExpr(declInit->getRight())) {
289 if (!isConstExpr(binOp->getRight())) {
360 if (!isConstExpr(binOp->getRight())) {
428 bool ValidateLimitations::isConstExpr(TIntermNode* node)
  /external/clang/lib/Sema/
SemaLambda.cpp 80 /*isConstExpr=*/false,
728 /*isConstexpr=*/false,
742 /*IsConstexpr=*/false,
799 /*isConstexpr=*/false,
    [all...]
SemaTemplateInstantiateDecl.cpp 346 Var->setConstexpr(D->isConstexpr());
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 555 if (New->isConstexpr() != Old->isConstexpr()) {
557 << New << New->isConstexpr();
    [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 685 unsigned IsConstexpr : 1;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 485 if (Constructor->isConstexpr())
502 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor())
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 333 Record.push_back(D->isConstexpr());
687 Record.push_back(D->isConstexpr());
720 !D->isConstexpr() &&
    [all...]
ASTReaderDecl.cpp 520 FD->IsConstexpr = Record[Idx++];
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 187 (ValidateLimitations::isConstExpr):
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 203 milliseconds