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

1 2 3 4 5 6 7 8

  /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)) {
Sink.cpp 60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA,
71 if (AA.getModRefInfo(S, Loc) & MRI_Mod)
86 if (AA.getModRefInfo(S, CS) & MRI_Mod)
141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) {
150 if (!isSafeToMove(Inst, AA, Stores))
201 AAResults &AA) {
229 if (SinkInstruction(Inst, Stores, DT, LI, AA)) {
241 LoopInfo &LI, AAResults &AA) {
249 MadeChange |= ProcessBlock(I, DT, LI, AA);
260 auto &AA = AM.getResult<AAManager>(F)
    [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);
geo_quaternion.cpp 28 typedef AngleAxis<Scalar> AA;
32 Scalar theta_tot = AA(q1*q0.inverse()).angle();
38 Scalar theta = AA(q*q0.inverse()).angle();
111 AngleAxisx aa = AngleAxisx(q1); local
112 VERIFY_IS_APPROX(q1 * v1, Quaternionx(aa) * v1);
116 if (abs(aa.angle()) > 5*test_precision<Scalar>()
117 && (aa.axis() - v1.normalized()).norm() < Scalar(1.99)
118 && (aa.axis() + v1.normalized()).norm() < Scalar(1.99))
120 VERIFY_IS_NOT_APPROX(q1 * v1, Quaternionx(AngleAxisx(aa.angle()*2,aa.axis())) * v1)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopDependenceAnalysis.h 39 AliasAnalysis *AA;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
flags.py 21 AA = 0x0400
34 'AA' : AA,
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 67 /// AA - AliasAnalysis for making memory reference queries.
68 AliasAnalysis *AA;
72 AliasAnalysis *aa,
74 : ScheduleDAGSDNodes(mf), AvailableQueue(availqueue), AA(aa) {
101 BuildSchedGraph(AA);
278 return new ScheduleDAGVLIW(*IS->MF, IS->AA, new ResourcePriorityQueue(IS));
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
FunctionAttrs.cpp 44 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) {
71 AliasAnalysis *AA;
104 AliasAnalysis::ModRefBehavior MRB = AA->getModRefBehavior(F);
131 AliasAnalysis::ModRefBehavior MRB = AA->getModRefBehavior(CS);
146 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) {
168 AliasAnalysis::Location Loc = AA->getLocation(LI);
169 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
175 AliasAnalysis::Location Loc = AA->getLocation(SI);
176 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
181 AliasAnalysis::Location Loc = AA->getLocation(VI)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Sink.cpp 34 AliasAnalysis *AA;
98 AA = &getAnalysis<AliasAnalysis>();
154 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
163 AliasAnalysis::Location Loc = AA->getLocation(L);
166 if (AA->getModRefInfo(*I, Loc) & AliasAnalysis::Mod)
181 if (!isSafeToMove(Inst, AA, Stores))
  /packages/apps/Contacts/tests/src/com/android/contacts/model/account/
AccountTypeTest.java 92 final AccountTypeForDisplayLabelTest AA = new AccountTypeForDisplayLabelTest("aa");
96 assertTrue(compareDisplayLabel(AA, BBB) < 0);
98 assertTrue(compareDisplayLabel(AA, C) < 0);
99 assertTrue(compareDisplayLabel(AA, AA) == 0);
100 assertTrue(compareDisplayLabel(BBB, AA) > 0);
102 assertTrue(compareDisplayLabel(EMPTY, AA) < 0);
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 133 AliasAnalysis *AA;
147 AliasAnalysis *AA);

Completed in 806 milliseconds

1 2 3 4 5 6 7 8