Home
last modified time | relevance | path

Searched refs:getOrCreateValue (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp285 APValue *Cached = Temp->getOrCreateValue(true); in updateGlobalTemporaries()
H A DInterp.h1336 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTemp()
1356 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTempComp()
/src/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp846 Ctx.getOrCreateValue(I); in buildBasicBlockFromLLVMIR()
857 Ctx.getOrCreateValue(Op); in buildBasicBlockFromLLVMIR()
/src/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h854 Value *getOrCreateValue(llvm::Value *LLVMV) { in getOrCreateValue() function
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4760 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function
4763 return State.get<LifetimeExtendedTemporaryDecl *>()->getOrCreateValue( in getOrCreateValue()
H A DDeclCXX.h3289 APValue *getOrCreateValue(bool MayCreate) const;
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3094 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue() function in LifetimeExtendedTemporaryDecl
H A DExprConstant.cpp2349 APValue *V = MTE->getOrCreateValue(false); in CheckLValueConstantExpression()
4282 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()
8739 Value = E->getOrCreateValue(true); in VisitMaterializeTemporaryExpr()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6636 Value = E->getOrCreateValue(false); in GetAddrOfGlobalTemporary()