Searched refs:InitScope (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Opcodes.td | 249 def InitScope : Opcode {
|
| H A D | Interp.h | 2330 inline bool InitScope(InterpState &S, CodePtr OpPC, uint32_t I) { in InitScope() function
|
| H A D | Compiler.cpp | 5902 InitLinkScope<Emitter> InitScope(this, InitLink::This()); in compileConstructor() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2602 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local 2648 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local 2701 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local 2713 InitializerScopeRAII InitScope(*this, D, ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 706 CodeGenFunction::RunCleanupsScope InitScope(CGF); in EmitOMPAggregateInit() local 3323 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local 3324 InitScope.addPrivate(Elem, SrcElement); in emitPrivatesInit() 3325 (void)InitScope.Privatize(); in emitPrivatesInit() 3335 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitPrivatesInit() local 3336 InitScope.addPrivate(Elem, SharedRefLValue.getAddress()); in emitPrivatesInit() 3337 (void)InitScope.Privatize(); in emitPrivatesInit()
|
| H A D | CGStmtOpenMP.cpp | 956 RunCleanupsScope InitScope(*this); in EmitOMPFirstprivateClause() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6708 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local 6710 !InitScope.destroy()) in HandleConstructorCall() 6856 FullExpressionRAII InitScope(Info); in HandleConstructorCall() local
|