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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp45 if (!VD->checkInitIsICE())
H A DDecl.cpp2323 return DefVD->checkInitIsICE();
2415 bool VarDecl::checkInitIsICE() const { function in class:VarDecl
H A DExprConstant.cpp3109 if (!VD->checkInitIsICE()) {
14639 if (Dcl->getAnyInitializer(VD) && VD->checkInitIsICE())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1293 bool checkInitIsICE() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12904 var->checkInitIsICE();
12912 ? !var->checkInitIsICE() : !checkConstInit();
H A DSemaDeclCXX.cpp1252 RefVD->checkInitIsICE();
11110 !VD->checkInitIsICE())

Completed in 266 milliseconds