Home
last modified time | relevance | path

Searched refs:createLocal (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeEmitter.h69 Local createLocal(Descriptor *D);
DEvalEmitter.h71 Local createLocal(Descriptor *D);
DByteCodeEmitter.cpp80 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
DByteCodeExprGen.cpp428 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive()
456 Scope::Local Local = this->createLocal(D); in allocateLocal()
DEvalEmitter.cpp51 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1202 field.createLocal(code); in testStaticInitializer()
1239 public void createLocal(Code code) { in createLocal() method in DexMakerTest.StaticFieldSpec
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp641 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
1852 return createLocal(Base, Key, T, Scope); in createTemporary()
1864 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam()
1867 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame