Home
last modified time | relevance | path

Searched defs:APV (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp218 if (std::optional<APValue> APV = in emitRetValue() local
291 if (std::optional<APValue> APV = in updateGlobalTemporaries() local
H A DInterp.h1335 APValue APV = Value.toAPValue(S.getCtx()); in InitGlobalTemp() local
1361 if (std::optional<APValue> APV = in InitGlobalTempComp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h147 static bool classof(const XtensaConstantPoolValue *APV) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h136 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h198 static bool classof(const ARMConstantPoolValue *APV) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3275 using APV = AllocaPackedValues; in writeInstruction() typedef
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13044 APValue APV{CarryOut}; in VisitBuiltinCallExpr() local
13161 APValue APV{Result}; in VisitBuiltinCallExpr() local
15899 APValue APV = CE->getAPValueResult(); in FastEvaluateAsRValue() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6118 using APV = AllocaPackedValues; in parseFunctionBody() typedef