Searched defs:HasInit (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 929 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 D | ODRHash.cpp | 311 const bool HasInit = D->hasInit(); VisitVarDecl() local
|
H A D | ExprCXX.cpp | 254 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 D | ASTReaderStmt.cpp | 226 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 D | ASTWriterStmt.cpp | 205 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 D | SPIRVInstructionSelector.cpp | 1548 bool HasInit = GlobalVar->hasInitializer() && selectGlobalValue() local
|