HomeSort by relevance Sort by last modified time
    Searched defs:IA (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 181 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>();
182 assert(IA && "Expected MSInheritanceAttr on the CXXRecordDecl!");
183 return IA->getSemanticSpelling();
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 419 struct IA {
422 struct __declspec(dllexport) IB : virtual IA {
431 // CHECK-NEXT: 4 | struct IA (virtual base)
432 // CHECK-NEXT: 4 | (IA vftable pointer)
439 // CHECK-X64-NEXT: 8 | struct IA (virtual base)
440 // CHECK-X64-NEXT: 8 | (IA vftable pointer)
  /prebuilts/go/darwin-x86/test/bench/shootout/
fasta.c 55 #define IA 3877
73 *random = (*random*IA + IC)%IM;
  /prebuilts/go/linux-x86/test/bench/shootout/
fasta.c 55 #define IA 3877
73 *random = (*random*IA + IC)%IM;
  /external/clang/test/Sema/
ms_class_layout.cpp 100 class IA {
102 virtual ~IA(){}
103 virtual void ia() = 0;
106 class ICh : public virtual IA {
109 virtual void ia(){} function in class:ICh
389 // CHECK: 0 | class IA
390 // CHECK-NEXT: 0 | (IA vftable pointer)
397 // CHECK-NEXT: 8 | (vtordisp for vbase IA)
398 // CHECK-NEXT: 12 | class IA (virtual base)
399 // CHECK-NEXT: 12 | (IA vftable pointer
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 132 const driver::InputAction *IA = cast<driver::InputAction>(A);
133 Inputs.push_back(IA->getInputArg().getSpelling());
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 68 IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field 'IA' has a deleted copy constructor}}
p11.0x.move.cpp 61 // 'IA' is deleted, but we select the copy constructor (we ignore the move
63 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}}
  /external/guice/extensions/grapher/test/com/google/inject/grapher/
AbstractInjectorGrapherTest.java 91 private static interface IA {}
92 private static class A implements IA {
95 private static class A2 implements IA {
116 iaNode = new InterfaceNode(NodeId.newTypeId(Key.get(IA.class)), null);
117 iaAnnNode = new InterfaceNode(NodeId.newTypeId(Key.get(IA.class, Ann.class)), null);
126 bind(IA.class).to(A.class);
127 bind(IA.class).annotatedWith(Ann.class).to(A.class);
149 bind(IA.class).toProvider(wrapper.value);
155 Node a2ProviderNode = new InstanceNode(NodeId.newInstanceId(Key.get(IA.class)), null,
172 bind(IA.class).to(A.class)
    [all...]
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 435 int IA = PathA.size() - 1;
439 while (IA >= 0 && IB >= 0) {
440 if (PathA[IA] == PathB[IB])
441 Ret = PathA[IA];
444 --IA;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 453 InlineAsm *IA =
458 CallInst::Create(IA, "", Inst);
  /libcore/benchmarks/src/benchmarks/regression/
ReflectionBenchmark.java 229 interface IA {
232 interface IB extends IA {
  /art/runtime/mirror/
object_test.cc 642 Class* IA = class_linker_->FindSystemClass(soa.Self(), "[I");
643 ASSERT_TRUE(IA != nullptr);
657 EXPECT_FALSE(IA->IsAssignableFrom(OA));
658 EXPECT_FALSE(OA->IsAssignableFrom(IA));
659 EXPECT_TRUE(O->IsAssignableFrom(IA));
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 49 llvm::InlineAsm *IA =
52 CallInst::Create(IA, AsmArgs, "", BB);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 439 const DILocation *IA = Scope->getInlinedAt();
441 getOrCreateSourceID(IA->getFilename(), IA->getDirectory()));
442 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine());
443 if (IA->getDiscriminator())
445 IA->getDiscriminator());
699 DbgVariable NewVar(DV, /* IA */ nullptr, DD);
DwarfDebug.h 66 const DILocation *IA; /// Inlined at location.
79 DbgVariable(const DILocalVariable *V, const DILocation *IA, DwarfDebug *DD)
80 : Var(V), IA(IA), DD(DD) {}
102 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
112 const DILocation *getInlinedAt() const { return IA; }
126 assert(V.IA == IA && "conflicting inlined-at location");
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
  /art/compiler/utils/arm/
assembler_arm.h 244 IA = (0|4|0) << 21, // increment after
    [all...]
  /external/cblas/testing/
c_cblat2.f 497 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
615 DO 60 IA = 1, NALF
616 ALPHA = ALF( IA )
    [all...]
c_cblat3.f 461 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA,
558 DO 60 IA = 1, NALF
559 ALPHA = ALF( IA )
791 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
875 DO 60 IA = 1, NALF
876 ALPHA = ALF( IA )
    [all...]
c_dblat2.f 488 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
606 DO 60 IA = 1, NALF
607 ALPHA = ALF( IA )
    [all...]
c_dblat3.f 448 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA,
545 DO 60 IA = 1, NALF
546 ALPHA = ALF( IA )
772 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
856 DO 60 IA = 1, NALF
857 ALPHA = ALF( IA )
    [all...]
c_sblat2.f 488 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
606 DO 60 IA = 1, NALF
607 ALPHA = ALF( IA )
    [all...]
c_sblat3.f 448 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA,
545 DO 60 IA = 1, NALF
546 ALPHA = ALF( IA )
776 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC,
860 DO 60 IA = 1, NALF
861 ALPHA = ALF( IA )
    [all...]
c_zblat2.f 498 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY,
616 DO 60 IA = 1, NALF
617 ALPHA = ALF( IA )
    [all...]

Completed in 863 milliseconds

1 2 3