| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.cpp | 170 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit() argument 277 unsigned DIE::computeOffsetsAndAbbrevs(const AsmPrinter *AP, in computeOffsetsAndAbbrevs() 432 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 468 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 474 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 490 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 500 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 514 void DIEBaseTypeRef::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 520 unsigned DIEBaseTypeRef::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 533 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument [all …]
|
| D | DIEHash.h | 35 DIEHash(AsmPrinter *A = nullptr) : AP(A) {} in AP() function 104 AsmPrinter *AP; variable
|
| D | OcamlGCPrinter.cpp | 51 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() 74 AsmPrinter &AP) { in beginAssembly() 99 AsmPrinter &AP) { in finishAssembly()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.cpp | 279 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 326 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 351 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 373 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 415 unsigned DIEString::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 443 void DIEEntry::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument [all …]
|
| D | OcamlGCPrinter.cpp | 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() 70 AsmPrinter &AP) { in beginAssembly() 95 AsmPrinter &AP) { in finishAssembly()
|
| D | DwarfExpression.h | 138 const AsmPrinter ≈ variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVMCInstLower.cpp | 29 const AsmPrinter &AP) { in lowerSymbolOperand() 91 const AsmPrinter &AP) { in LowerRISCVMachineOperandToMCOperand() 129 const AsmPrinter &AP) { in LowerRISCVMachineInstrToMCInst()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
| D | VEMCInstLower.cpp | 29 const MCSymbol *Symbol, AsmPrinter &AP) { in LowerSymbolOperand() 36 AsmPrinter &AP) { in LowerOperand() 59 AsmPrinter &AP) { in LowerVEMachineInstrToMCInst()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| D | SparcMCInstLower.cpp | 31 AsmPrinter &AP) { in LowerSymbolOperand() 69 AsmPrinter &AP) { in LowerOperand() 95 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst()
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcMCInstLower.cpp | 32 AsmPrinter &AP) { in LowerSymbolOperand() 70 AsmPrinter &AP) { in LowerOperand() 96 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | GCMetadataPrinter.h | 58 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly() 62 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly() 67 virtual bool emitStackMaps(StackMaps &SM, AsmPrinter &AP) { return false; } in emitStackMaps()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCMCInstLower.cpp | 32 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() 37 AsmPrinter &AP) { in GetSymbolFromOperand() 151 AsmPrinter &AP, bool IsDarwin) { in LowerPPCMachineInstrToMCInst() 163 MCOperand &OutMO, AsmPrinter &AP, in LowerPPCMachineOperandToMCOperand()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCMCInstLower.cpp | 33 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() 38 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ in GetSymbolFromOperand() 142 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst()
|
| /external/llvm/include/llvm/CodeGen/ |
| D | GCMetadataPrinter.h | 55 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly() 58 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly()
|
| /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| D | auto_pointer.pass.cpp | 53 using AP = std::auto_ptr<int>; in test_sfinae() typedef 59 using AP = std::auto_ptr<A>; in test_sfinae() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| D | auto_pointer.pass.cpp | 53 using AP = std::auto_ptr<int>; in test_sfinae() typedef 59 using AP = std::auto_ptr<A>; in test_sfinae() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.auto.ptr/auto.ptr/ |
| D | auto_ptr.depr_in_cxx11.verify.cpp | 28 typedef std::auto_ptr<int> AP; // expected-warning {{'auto_ptr<int>' is deprecated}} typedef
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | MacOSKeychainAPIChecker.cpp | 245 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() 380 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 390 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 416 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 514 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport() argument
|
| /external/libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/ |
| D | auto_ptr.depr_in_cxx11.fail.cpp | 36 typedef std::auto_ptr<int> AP; // expected-error{{'auto_ptr<int>' is deprecated}} in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/default.allocator/ |
| D | allocator_types.removed_in_cxx20.verify.cpp | 33 …typedef typename std::allocator<T>::pointer AP; // expected-error 3 {{no type… in check() typedef
|
| /external/nanopb-c/tests/regression/issue_380/ |
| D | manglenames.proto | 11 message AP { message
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.h | 98 NVPTXAsmPrinter &AP; variable 102 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiMCInstLower.h | 33 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {} in LanaiMCInstLower()
|
| /external/bazelbuild-kotlin-rules/tests/jvm/java/kapt/ |
| D | AP.java | 38 public class AP extends AbstractProcessor { class
|
| /external/llvm/lib/Target/Lanai/ |
| D | LanaiMCInstLower.h | 34 LanaiMCInstLower(MCContext &CTX, Mangler &Mang, AsmPrinter &AP) in LanaiMCInstLower()
|