Home
last modified time | relevance | path

Searched defs:HasInit (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp929 bool HasInit = Init != nullptr; IfStmt() local
950 IfStmt(EmptyShell Empty,bool HasElse,bool HasVar,bool HasInit) IfStmt() argument
963 bool HasInit = Init != nullptr; Create() local
973 CreateEmpty(const ASTContext & Ctx,bool HasElse,bool HasVar,bool HasInit) CreateEmpty() argument
1057 bool HasInit = Init != nullptr; SwitchStmt() local
1073 SwitchStmt(EmptyShell Empty,bool HasInit,bool HasVar) SwitchStmt() argument
1083 bool HasInit = Init != nullptr; Create() local
1091 CreateEmpty(const ASTContext & Ctx,bool HasInit,bool HasVar) CreateEmpty() argument
[all...]
H A DODRHash.cpp311 const bool HasInit = D->hasInit(); VisitVarDecl() local
H A DExprCXX.cpp254 bool HasInit = Initializer != nullptr; Create() local
269 CreateEmpty(const ASTContext & Ctx,bool IsArray,bool HasInit,unsigned NumPlacementArgs,bool IsParenTypeId) CreateEmpty() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp226 bool HasInit = CurrentUnpackingBits->getNextBit(); in VisitIfStmt() local
248 bool HasInit = Record.readInt(); in VisitSwitchStmt() local
1897 bool HasInit = Record.readInt(); VisitCXXNewExpr() local
2909 bool HasInit = IfStmtBits.getNextBit(); ReadStmtFromStream() local
[all...]
H A DASTWriterStmt.cpp205 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local
234 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1548 bool HasInit = GlobalVar->hasInitializer() && selectGlobalValue() local