HomeSort by relevance Sort by last modified time
    Searched defs:FA (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 14 friend class FA;
36 struct FA : A {
39 FA fa0{X<0>{}};
40 FA fa1{X<1>{}}; // expected-error {{calling a protected constructor}}
41 FA fa2{X<2>{}}; // expected-error {{calling a private constructor}}
  /external/clang/test/Parser/
cxx-using-declaration.cpp 5 void FA() {}
10 using A::FA;
16 FA();
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 87 // Module A { Function FA },
89 // execute FA then FB
94 Function *FA, *FB;
95 createTwoModuleCase(A, FA, B, FB);
100 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
107 // Module A { Function FA },
109 // execute FB then FA
114 Function *FA, *FB;
115 createTwoModuleCase(A, FA, B, FB);
124 ptr = TheJIT->getFunctionAddress(FA->getName().str())
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 32 FileEditsTy::iterator FA = getActionForOffset(Offs);
33 if (FA != FileEdits.end()) {
34 if (FA->first != Offs)
69 FileEdit &FA = FileEdits[Offs];
70 if (FA.Text.empty()) {
71 FA.Text = copyString(text);
76 FA.Text = copyString(Twine(text) + FA.Text);
78 FA.Text = copyString(Twine(FA.Text) + text)
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 748 const MCFragment *FA = Asm.getSymbolData(SA).getFragment();
751 if (!FA)
754 A_Base = FA->getAtom();
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 46 ED, FD, EA, FA,
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 289 milliseconds