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

  /dalvik/tests/065-mismatched-implements/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /dalvik/tests/066-mismatched-super/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /external/clang/lib/CodeGen/
ABIInfo.h 54 /// Indirect - Pass the argument indirectly via a hidden pointer
56 Indirect,
108 return ABIArgInfo(Indirect, 0, Alignment, ByVal, Realign, false, false,
113 return ABIArgInfo(Indirect, 0, Alignment, ByVal, Realign, true, false, 0);
128 bool isIndirect() const { return TheKind == Indirect; }
164 // Indirect accessors
166 assert(TheKind == Indirect && "Invalid kind!");
171 assert(TheKind == Indirect && "Invalid kind!");
176 assert(TheKind == Indirect && "Invalid kind!");
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 42 Indirect // The location contains pointer to the value.
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 26 * - Desc - Defined, Reference, Common or Indirect
73 Indirect = 3,
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 177 milliseconds