Searched refs:checkInitIsICE (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
H A DSemaInternal.h47 Var->getAnyInitializer(DefVD) && DefVD->checkInitIsICE();
/external/clang/include/clang/AST/
H A DDecl.h1087 bool checkInitIsICE() const;
/external/clang/lib/AST/
H A DDecl.cpp2065 bool VarDecl::checkInitIsICE() const { function in class:VarDecl
H A DExprConstant.cpp1984 } else if (!VD->checkInitIsICE()) {
8429 if (Dcl->getAnyInitializer(VD) && VD->checkInitIsICE())
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1838 VD->checkInitIsICE()) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp9198 var->checkInitIsICE();

Completed in 1586 milliseconds