HomeSort by relevance Sort by last modified time
    Searched full:isconstexpr (Results 1 - 17 of 17) 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/AST/
DeclCXX.cpp 542 if (Constructor->isConstexpr()) {
548 if (Constructor->isConstexpr())
552 if (Constructor->isConstexpr())
592 if (Constructor->isConstexpr()) {
611 if (Constructor->isConstexpr())
623 if (Constructor->isConstexpr())
627 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor()) {
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 81 /*isConstExpr=*/false,
491 /*isConstexpr=*/false,
505 /*IsConstexpr=*/false,
561 /*isConstexpr=*/false,
    [all...]
SemaTemplateInstantiateDecl.cpp 287 Var->setConstexpr(D->isConstexpr());
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 536 if (New->isConstexpr() != Old->isConstexpr()) {
538 << New << New->isConstexpr();
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 774 unsigned IsConstexpr : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 329 Record.push_back(D->isConstexpr());
    [all...]
ASTReaderDecl.cpp 519 FD->IsConstexpr = Record[Idx++];
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 187 (ValidateLimitations::isConstExpr):
    [all...]

Completed in 1278 milliseconds