Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/
H A Dauto_ptr.depr_in_cxx11.verify.cpp29 typedef std::auto_ptr<void> APV; // expected-warning {{'auto_ptr<void>' is deprecated}} typedef
/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp
H A DInterp.h
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h147 static bool classof(const XtensaConstantPoolValue *APV) { in classof()
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h136 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h198 static bool classof(const ARMConstantPoolValue *APV) { in classof()
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3261 using APV = AllocaPackedValues; writeInstruction() typedef
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13013 APValue APV{CarryOut}; VisitBuiltinCallExpr() local
13130 APValue APV{Result}; VisitBuiltinCallExpr() local
15862 APValue APV = CE->getAPValueResult(); FastEvaluateAsRValue() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6119 using APV = AllocaPackedValues; parseFunctionBody() typedef