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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p3.cpp 3 template <class T> struct AA {
  /external/llvm/tools/opt/
NewPMDriver.cpp 45 AAPipeline("aa-pipeline",
59 // a custom pipeline of AA passes with it.
60 AAManager AA;
61 if (!PB.parseAAPipeline(AA, AAPipeline)) {
62 errs() << Arg0 << ": unable to parse AA pipeline description.\n";
71 // Register the AA manager first so that our version is the one used.
72 FAM.registerPass([&] { return std::move(AA); });
  /external/clang/test/CodeGen/
decl-in-prototype.c 3 const int AA = 5;
6 int f1(enum {AA,BB} E) {
12 int f2(enum {AA=7,BB} E) {
14 return AA;
18 int f(void (*g)(), enum {AA,BB} h) {
20 return AA;
  /external/clang/test/Index/
getcursor-preamble.h 2 struct AA {
4 } aa; variable in typeref:struct:AA
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p17.cpp 19 typedef A<int> AA;
21 template <> int AA::foo = 0;
22 int AA::bar = 1; // expected-error {{template specialization requires 'template<>'}}
  /external/clang/test/Parser/
cxx-concepts-requires-clause.cpp 13 struct AA;
34 struct A<T>::AA { };
  /external/clang/test/Analysis/
bug_hash_test.cpp 16 namespace AA {
51 int AA::X::OutOfLine() {
340 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$16$X():priv(5){priv=0;}$debug</string>
342 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$16$X():priv(5){priv=0;}$debug</string>
345 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$AA::X::X()$16$X():priv(5){priv=0;}$debug</string>
421 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string>
423 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string>
426 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string>
536 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string>
538 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string
    [all...]
  /external/clang/test/Sema/
decl-in-prototype.c 3 const int AA = 5;
5 int f1(enum {AA,BB} E) { // expected-warning {{will not be visible outside of this function}}
9 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}}
10 return AA;
22 struct aA {
28 int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}}
  /external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp 22 template <class T> struct AA { AA(int); };
23 template <class T> class BB : public AA<T> {
25 BB() : AA<T>(1) {}
  /external/llvm/include/llvm/Transforms/Vectorize/
LoopVectorize.h 84 AliasAnalysis *AA;
SLPVectorizer.h 49 AliasAnalysis *AA = nullptr;
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.h 51 AliasAnalysis *AA;
67 void setAA(AliasAnalysis *aa) { AA = aa; }
69 AliasAnalysis *getAA() const { return AA; }
  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 37 AliasAnalysis *AA;
53 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) {
62 if (FlattenCFG(&*BBIt++, AA)) {
72 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults();
75 while (iterativelyFlattenCFG(F, AA)) {
  /external/r8/src/main/java/com/android/tools/r8/code/
Format11x.java 14 public final int AA;
19 AA = high;
22 protected Format11x(int AA) {
23 assert 0 <= AA && AA <= Constants.U8BIT_MAX;
24 this.AA = AA;
28 writeFirst(AA, dest);
32 return AA ^ getClass().hashCode();
39 return ((Format11x) other).AA == AA
    [all...]
Format21h.java 13 public final int AA;
16 // AA | op | BBBB0000[00000000]
19 AA = high;
23 /*package*/ Format21h(int AA, int BBBB) {
24 assert 0 <= AA && AA <= Constants.U8BIT_MAX;
26 this.AA = AA;
31 writeFirst(AA, dest);
36 return ((BBBB << 8) | AA) ^ getClass().hashCode()
    [all...]
Format31c.java 18 public final int AA;
24 AA = high;
28 Format31c(int AA, DexString BBBBBBBB) {
29 assert 0 <= AA && AA <= U8BIT_MAX;
30 this.AA = AA;
35 writeFirst(AA, dest);
40 return ((BBBBBBBB.hashCode() << 8) | AA) ^ getClass().hashCode();
48 return o.AA == AA && o.BBBBBBBB.equals(BBBBBBBB)
    [all...]
Format31i.java 14 public final int AA;
20 AA = high;
24 /*package*/ Format31i(int AA, int BBBBBBBB) {
25 assert 0 <= AA && AA <= Constants.U8BIT_MAX;
26 this.AA = AA;
31 writeFirst(AA, dest);
36 return ((BBBBBBBB << 8) | AA) ^ getClass().hashCode();
44 return o.AA == AA && o.BBBBBBBB == BBBBBBBB
    [all...]
Format51l.java 14 public final int AA;
17 // AA | op | BBBB | BBBB | BBBB | BBBB
20 AA = high;
24 public Format51l(int AA, long BBBBBBBBBBBBBBBB) {
25 assert 0 <= AA && AA <= Constants.U8BIT_MAX;
26 this.AA = AA;
31 writeFirst(AA, dest);
36 return ((((int) BBBBBBBBBBBBBBBB) << 8) | AA) ^ getClass().hashCode()
    [all...]
FilledNewArrayRange.java 42 builder.addInvokeRangeNewArray(getType(), AA, CCCC);
Format10t.java 13 public final /* offset */ int AA;
15 // +AA | op
18 // AA is an offset, so convert to signed.
19 AA = (byte) high;
22 protected Format10t(int AA) {
23 assert Byte.MIN_VALUE <= AA && AA <= Byte.MAX_VALUE;
24 this.AA = AA;
28 writeFirst(AA, dest)
    [all...]
Format21c.java 16 public final int AA;
19 // AA | op | [type|field|string]@BBBB
22 AA = high;
26 protected Format21c(int AA, IndexedDexItem BBBB) {
27 assert 0 <= AA && AA <= Constants.U8BIT_MAX;
28 this.AA = AA;
33 writeFirst(AA, dest);
38 return ((BBBB.hashCode() << 8) | AA) ^ getClass().hashCode()
    [all...]
Format21s.java 15 public final int AA;
18 // AA | op | #+BBBB
21 AA = high;
25 /*package*/ Format21s(int AA, int BBBB) {
27 assert 0 <= AA && AA <= Constants.U8BIT_MAX;
28 this.AA = AA;
33 writeFirst(AA, dest);
38 return ((BBBB << 8) | AA) ^ getClass().hashCode()
    [all...]
  /external/testng/src/test/java/test/tmp/
AA.java 8 public class AA {
11 public AA() {}
13 public AA(int n) {
18 System.out.println(" [AA(" + m_n + ") thread:" + Thread.currentThread().getId() + "] " + s);
40 return new Object[] { new A(), new AA() };
  /external/clang/test/CodeGenCXX/
virtual-base-cast.cpp 4 struct A { int a; virtual int aa(); };
6 struct C : virtual A, virtual B { int c; virtual int aa(); virtual int bb(); };
7 struct AA { int a; virtual int aa(); };
9 struct CC : AA, BB { virtual int aa(); virtual int bb(); virtual int cc(); };
  /external/eigen/test/
sparse_ref.cpp 73 SparseMatrix<float> AA = A*A;
90 VERIFY_EVALUATION_COUNT( call_ref_2(A*A, AA), 3);
91 VERIFY_EVALUATION_COUNT( call_ref_3(A*A, AA), 3);

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>