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

  /art/test/ti-agent/
scoped_primitive_array.h 34 #ifdef REFERENCE_TYPE
35 #error REFERENCE_TYPE is defined.
37 #define REFERENCE_TYPE(T) T& /* NOLINT */
130 REFERENCE_TYPE(PRIMITIVE_TYPE) operator[](size_t n) { return mRawArray[n]; } \
150 #undef REFERENCE_TYPE
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 28 #ifdef REFERENCE_TYPE
29 #error REFERENCE_TYPE is defined.
31 #define REFERENCE_TYPE(T) T& /* NOLINT */
124 REFERENCE_TYPE(PRIMITIVE_TYPE) operator[](size_t n) { return mRawArray[n]; } \
144 #undef REFERENCE_TYPE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 158 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
167 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0)
    [all...]
tree-check.h 17 #define REFERENCE_TYPE_CHECK(t) TREE_CHECK (t, REFERENCE_TYPE)
tree.h 524 POINTER_TYPE, REFERENCE_TYPE
583 REFERENCE_TYPE
927 #define PTR_OR_REF_CHECK(T) TREE_CHECK2 (T, POINTER_TYPE, REFERENCE_TYPE)
1065 (TREE_CODE (TYPE) == POINTER_TYPE || TREE_CODE (TYPE) == REFERENCE_TYPE)
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 389 if ((NDesc & MachO::REFERENCE_TYPE) ==
392 else if ((NDesc & MachO::REFERENCE_TYPE) ==
395 else if ((NDesc & MachO::REFERENCE_TYPE) ==
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 325 // The low 3 bits are the for the REFERENCE_TYPE.
326 REFERENCE_TYPE = 0x7,
    [all...]

Completed in 442 milliseconds