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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
input.h 60 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
61 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
65 #define in_system_header_at(LOC) ((expand_location (LOC)).sysp != 0)
line-map.h 154 #define SOURCE_LINE(MAP, LOC) \
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
157 #define SOURCE_COLUMN(MAP, LOC) \
158 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
175 /* Set LOC to a source position that is the same line as the most recent
178 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) do { \
182 (LOC) = linemap_position_for_column (set, to_column); \
188 (LOC) = r; \
diagnostic.h 182 #define diagnostic_report_warnings_p(LOC) \
184 && !(in_system_header_at (LOC) && !warn_system_headers))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
input.h 60 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
61 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
65 #define in_system_header_at(LOC) ((expand_location (LOC)).sysp != 0)
line-map.h 154 #define SOURCE_LINE(MAP, LOC) \
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
157 #define SOURCE_COLUMN(MAP, LOC) \
158 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
175 /* Set LOC to a source position that is the same line as the most recent
178 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) do { \
182 (LOC) = linemap_position_for_column (set, to_column); \
188 (LOC) = r; \
diagnostic.h 182 #define diagnostic_report_warnings_p(LOC) \
184 && !(in_system_header_at (LOC) && !warn_system_headers))
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
input.h 60 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
61 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
65 #define in_system_header_at(LOC) ((expand_location (LOC)).sysp != 0)
line-map.h 154 #define SOURCE_LINE(MAP, LOC) \
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
157 #define SOURCE_COLUMN(MAP, LOC) \
158 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
175 /* Set LOC to a source position that is the same line as the most recent
178 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) do { \
182 (LOC) = linemap_position_for_column (set, to_column); \
188 (LOC) = r; \
diagnostic.h 182 #define diagnostic_report_warnings_p(LOC) \
184 && !(in_system_header_at (LOC) && !warn_system_headers))
rtl.h     [all...]
  /system/extras/ext4_utils/
test_ext4fixup 3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT
46 let LOC="$RANDOM"%2 # 0 to 1
47 let LOC++ # 1 to 2
54 ext4fixup -d "$PHASE,$LOC,$COUNT" "$NEW_FS_IMAGE" 2>/dev/null
63 echo "$ME: test failed with parameters $PHASE, $LOC, $COUNT"
  /external/clang/lib/Analysis/
AnalysisContext.cpp 222 template <typename LOC, typename DATA>
223 const LOC*
228 LOC::Profile(ID, ctx, parent, d);
231 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
234 L = new LOC(ctx, parent, d);
  /external/zlib/contrib/delphi/
zlibd32.mak 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
14 CFLAGS = -a -d -k- -O2 $(LOC)
  /external/zlib/contrib/pascal/
zlibd32.mak 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
14 CFLAGS = -a -d -k- -O2 $(LOC)
  /external/clang/include/clang/Analysis/
AnalysisContext.h 372 template <typename LOC, typename DATA>
373 const LOC *getLocationContext(AnalysisContext *ctx,
  /external/clang/docs/
Makefile 91 $(Echo) Making User LOC Table
  /external/llvm/docs/
Makefile 98 $(Echo) Making User LOC Table
  /external/icu4c/test/intltest/
loctest.cpp 1444 Locale loc = locales[i]; local
2178 Locale loc = _canonicalize(j, testCases[i].localeID); local
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1590 milliseconds