Searched refs:createLocal (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.h | 58 Local createLocal(Descriptor *D);
|
| H A D | EvalEmitter.h | 64 Local createLocal(Descriptor *D);
|
| H A D | EvalEmitter.cpp | 60 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
|
| H A D | ByteCodeEmitter.cpp | 139 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
|
| H A D | ByteCodeExprGen.cpp | 2252 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive() 2291 Scope::Local Local = this->createLocal(D); in allocateLocal()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 649 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T, 1913 return createLocal(Base, Key, T, Scope); in createTemporary() 1925 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam() 1928 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame
|