Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp139 if (std::optional<APValue> APV = Ptr.toRValue(S.getCtx())) { in emitRetValue() local
H A DInterp.h1044 APValue APV = Value.toAPValue(); in InitGlobalTemp() local
1061 if (std::optional<APValue> APV = P.toRValue(S.getCtx())) { in InitGlobalTempComp() local
/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.cpp3186 using APV = AllocaPackedValues; in writeInstruction() typedef
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5941 using APV = AllocaPackedValues; in parseFunctionBody() typedef
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12798 APValue APV{Result}; in VisitBuiltinCallExpr() local