HomeSort by relevance Sort by last modified time
    Searched refs:LOC (Results 26 - 50 of 64) sorted by null

12 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-2.s 1 # Check that a LOC before any code gets translated into the right
3 LOC 256
greg7.s 4 LOC x+4
greg8.s 4 LOC x+4
loc-7.s 1 % Check that we don't get an error on the LOC directive; that we don't
4 LOC #8000000000042000
6 LOC #8000000000042010
loc-3.s 1 # Check that a little bit of LOC:ing back and forward between code and
3 LOC #20 << 56
6 LOC #200
10 LOC a+4
13 LOC Main+4
err-fb-2.s 3 # *different* to the one LOC'd from. Two cases are tested: an
5 # (at the point of the LOC).
8 0H LOC #10
10 0H LOC 2F+#20+0F # { dg-error "indeterminable" "" }
19 LOC undefd # { dg-error "unknown" "" }
err-local1.s 5 LOC Data_Segment
basep-2.s 6 LOC @+256
fb-2.s 4 0H LOC #10
6 0H LOC 0B+#20+0F
loc-6.s 1 % Check that we don't get an error on the LOC directive; that we don't
4 LOC #8000000000000000
err-bpo3.s 8 LOC @+256
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
loc9.s 0 LOC #8000000000000000
loc9.d 4 # Setting file start through the LOC pseudo, see PR 6607.
loc9m.d 5 # Setting file start through the LOC pseudo, see PR 6607, mmo version.
  /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"
  /toolchain/binutils/binutils-2.25/include/coff/
ti.h 223 the advantage on not evaluating LOC twice. */
225 #define GET_SCNHDR_NRELOC(ABFD, LOC) \
226 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC))
227 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \
228 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
230 #define GET_SCNHDR_NLNNO(ABFD, LOC) \
233 char * ptr = (LOC); \
240 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \
    [all...]
  /external/valgrind/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
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))
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdatatype.py 62 LOC = 29
124 'LOC' : LOC,
  /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 357 template <typename LOC, typename DATA>
358 const LOC*
363 LOC::Profile(ID, ctx, parent, d);
366 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
369 L = new LOC(ctx, parent, d);
  /external/clang/docs/
Makefile 104 $(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...]

Completed in 914 milliseconds

12 3