/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
input.h | 50 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) 51 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) 52 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) 53 #define LOCATION_LOCUS(LOC) \ 54 ((IS_ADHOC_LOC(LOC)) ? get_location_from_adhoc_loc (line_table, LOC) : (LOC)) [all...] |
line-map.h | 444 #define IS_ADHOC_LOC(LOC) (((LOC) & MAX_SOURCE_LOCATION) != (LOC)) 445 #define COMBINE_LOCATION_DATA(SET, LOC, BLOCK) \ 446 get_combined_adhoc_loc ((SET), (LOC), (BLOCK)) 527 #define SOURCE_LINE(MAP, LOC) \ 528 (((((LOC) - linemap_check_ordinary (MAP)->start_location) \ 532 #define SOURCE_COLUMN(MAP, LOC) \ 533 ((((LOC) - linemap_check_ordinary (MAP)->start_location) \ 657 If LOC is *NOT* the location of a token resulting from th [all...] |
diagnostic.h | 247 #define diagnostic_report_warnings_p(DC, LOC) \ 249 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
|
rtl.h | [all...] |
/external/qemu/distrib/ext4_utils/src/ |
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"
|
/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/valgrind/main/none/tests/s390x/ |
condloadstore.stdout.exp | 0 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 000000000000000 [all...] |
condloadstore.c | 122 DO_INSN(LOC, LOAD_REG_MEM);
|
opcodes.h | 292 #define LOC(r1,r3,b2,dl2,dh2) RSY_RDRM(eb,r1,r3,b2,dl2,dh2,f2)
|
/external/zlib/src/contrib/delphi/ |
zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl 14 CFLAGS = -a -d -k- -O2 $(LOC)
|
/external/zlib/src/contrib/pascal/ |
zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl 14 CFLAGS = -a -d -k- -O2 $(LOC)
|
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 333 template <typename LOC, typename DATA> 334 const LOC* 339 LOC::Profile(ID, ctx, parent, d); 342 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); 345 L = new LOC(ctx, parent, d);
|
/external/smack/src/org/xbill/DNS/ |
Type.java | 100 public static final int LOC = 29; 255 types.add(LOC, "LOC", new LOCRecord());
|
LOCRecord.java | 39 * Creates an LOC Record from the given data 51 super(name, Type.LOC, dclass, ttl); 66 throw new WireParseException("Invalid LOC version"); 103 throw st.exception("Invalid LOC " + type + " degrees"); 109 throw st.exception("Invalid LOC " + type + " minutes"); 113 throw st.exception("Invalid LOC " + type + " seconds"); 119 throw st.exception("Invalid LOC " + type); 127 throw st.exception("Invalid LOC " + type); 142 throw st.exception("Invalid LOC " + type); 152 throw st.exception("Invalid LOC " + type) [all...] |
/external/clang/docs/ |
Makefile | 96 $(Echo) Making User LOC Table
|
/external/clang/include/clang/Analysis/Analyses/ |
Consumed.h | 55 /// \param Loc -- The location of the end of the loop. 59 virtual void warnLoopStateMismatch(SourceLocation Loc, 64 /// \param Loc -- The SourceLocation of the return statement. 71 virtual void warnParamReturnTypestateMismatch(SourceLocation Loc, 77 virtual void warnParamTypestateMismatch(SourceLocation LOC, 85 /// \param Loc -- The location of the attributes. 88 virtual void warnReturnTypestateForUnconsumableType(SourceLocation Loc, 93 /// \param Loc -- The SourceLocation of the return statement. 100 virtual void warnReturnTypestateMismatch(SourceLocation Loc, 110 /// \param Loc -- The SourceLocation of the method invocation [all...] |
/external/clang/include/clang/Analysis/ |
AnalysisContext.h | 389 template <typename LOC, typename DATA> 390 const LOC *getLocationContext(AnalysisDeclContext *ctx,
|
/external/llvm/docs/ |
Makefile | 98 $(Echo) Making User LOC Table
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-common.h | 780 #define c_sizeof(LOC, T) c_sizeof_or_alignof_type (LOC, T, true, 1) 781 #define c_alignof(LOC, T) c_sizeof_or_alignof_type (LOC, T, false, 1) [all...] |
/external/bison/data/ |
glr.c | 107 # b4_locuser_formals(LOC = yylocp) 113 # b4_locuser_args(LOC = yylocp) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
loctest.cpp | 1444 Locale loc = locales[i]; local 2178 Locale loc = _canonicalize(j, testCases[i].localeID); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
loctest.cpp | 1465 Locale loc = locales[i]; local 2205 Locale loc = _canonicalize(j, testCases[i].localeID); local [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |