HomeSort by relevance Sort by last modified time
    Searched refs:VA (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/test/Preprocessor/
macro_paste_bad.c 32 #define VA __VA_ ## ARGS__
33 int VA; // expected-warning {{__VA_ARGS__ can only appear in the expansion of a C99 variadic macro}}
  /external/clang/test/Parser/
cxx-using-declaration.cpp 4 int VA;
9 using A::VA;
15 VA = 1;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2.h 31 struct VA : SkOTTableOS2_VA { } vA;
45 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::VA) == 68, sizeof_SkOTTableOS2__VA_not_68);
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 140 struct VA {
142 virtual ~VA() {}
145 struct VB : VA
149 struct TVB : VA
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 206 CCValAssign &VA = RVLocs[i];
207 assert(VA.isRegLoc() && "Can only return in registers!");
209 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(),
214 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
268 CCValAssign &VA = RVLocs[i];
269 assert(VA.isRegLoc() && "Can only return in registers!");
273 switch (VA.getLocInfo()) {
276 OutVal = DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), OutVal);
279 OutVal = DAG.getNode(ISD::ZERO_EXTEND, DL, VA.getLocVT(), OutVal)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 451 CCValAssign &VA = ArgLocs[i];
452 if (VA.isRegLoc()) {
454 EVT RegVT = VA.getLocVT();
466 RegInfo.addLiveIn(VA.getLocReg(), VReg);
472 if (VA.getLocInfo() == CCValAssign::SExt)
474 DAG.getValueType(VA.getValVT()));
475 else if (VA.getLocInfo() == CCValAssign::ZExt)
477 DAG.getValueType(VA.getValVT()));
479 if (VA.getLocInfo() != CCValAssign::Full)
480 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/mksh/src/
shf.c 779 #define VA(type) va_arg(args, type)
828 tmp = VA(int);
889 lnum = (long)VA(ssize_t);
891 lnum = VA(long);
893 lnum = (long)(short)VA(int);
895 lnum = (long)VA(int);
902 lnum = VA(size_t);
904 lnum = VA(unsigned long);
906 lnum = (unsigned long)(unsigned short)VA(int);
908 lnum = (unsigned long)VA(unsigned int)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 336 CCValAssign &VA = RVLocs[i];
338 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag);
342 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
448 CCValAssign &VA = ArgLocs[i];
449 if (VA.isMemLoc()) {
473 CCValAssign &VA = ArgLocs[i];
478 switch (VA.getLocInfo()) {
485 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
488 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 622 // Value is a value that has been passed to us in the location described by VA
623 // (and so has type VA.getLocVT()). Convert Value to VA.getValVT(), chaining
626 CCValAssign &VA, SDValue Chain,
630 if (VA.getLocInfo() == CCValAssign::SExt)
631 Value = DAG.getNode(ISD::AssertSext, DL, VA.getLocVT(), Value,
632 DAG.getValueType(VA.getValVT()));
633 else if (VA.getLocInfo() == CCValAssign::ZExt)
634 Value = DAG.getNode(ISD::AssertZext, DL, VA.getLocVT(), Value,
635 DAG.getValueType(VA.getValVT()))
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
ARMISelLowering.h 427 CCValAssign &VA, CCValAssign &NextVA,
431 SDValue GetF64FormalArgument(CCValAssign &VA, CCValAssign &NextVA,
441 const CCValAssign &VA,
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 12 Brian Paul, VA Linux Systems, Inc., brianp 'at' valinux.com
MESA_packed_depth_stencil.spec 11 Keith Whitwell, VA Linux Systems Inc. (keithw 'at' valinux.com)
12 Brian Paul, VA Linux Systems Inc. (brianp 'at' valinux.com)
  /external/mesa3d/docs/OLD/
MESA_trace.spec 12 Brian Paul, VA Linux Systems, Inc., brianp 'at' valinux.com
MESA_packed_depth_stencil.spec 11 Keith Whitwell, VA Linux Systems Inc. (keithw 'at' valinux.com)
12 Brian Paul, VA Linux Systems Inc. (brianp 'at' valinux.com)
  /external/clang/lib/Analysis/
LiveVariables.cpp 293 for (const VariableArrayType* VA = FindVA(VD->getType());
294 VA != nullptr; VA = FindVA(VA->getElementType())) {
295 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 187 Decoder::getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) {
197 if (VA >= Address && (VA - Address) <= Size)
204 uint64_t VA, bool FunctionOnly) {
217 if (Address == VA)
523 uint64_t FunctionAddress, uint64_t VA) {
532 uint64_t Offset = VA - SectionVA;
ARMWinEHPrinter.h 97 uint64_t FunctionAddress, uint64_t VA);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/chromium_org/third_party/icu/source/
runConfigureICU 50 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
226 Linux/VA)

Completed in 828 milliseconds

1 2