HomeSort by relevance Sort by last modified time
    Searched defs:FA (Results 1 - 13 of 13) 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}}
  /hardware/bsp/intel/peripheral/libupm/src/buzzer/
buzzer.h 32 #define FA 2460 // 349 Hz
  /external/clang/test/CodeGenCXX/
cfi-vcall.cpp 131 struct FA : A {
133 } fa; local
134 af(&fa);
  /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 62 FileEditsTy::iterator FA = getActionForOffset(Offs);
63 if (FA != FileEdits.end()) {
64 if (FA->first != Offs)
111 FileEdit &FA = FileEdits[Offs];
112 if (FA.Text.empty()) {
113 FA.Text = copyString(text);
118 FA.Text = copyString(Twine(text) + FA.Text);
120 FA.Text = copyString(Twine(FA.Text) + text)
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 693 const MCFragment *FA = SA.getFragment();
696 if (!FA)
700 if (FA->getAtom() == FB.getAtom())
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 46 ED, FD, EA, FA,
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 216 #define FA (RC + 1)
218 #define FB (FA + 1)
413 #define ARG_FBRA { FA, BDISP }
414 #define ARG_FP { FA, FB, DFC1 }
417 #define ARG_FMEM { FA, MDISP, PRB }
    [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 118 #define FA(fa) ((fa) << 16)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 632 bfd_vma sa, fa, ib;
636 fa = extra->FileAlignment;
667 #define FA(x) (((x) + fa -1 ) & (- fa))
671 aouthdr_in->bsize = FA (aouthdr_in->bsize);
714 int rounded = FA (sec->size);
737 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
631 bfd_vma sa, fa, ib; local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 694 milliseconds