Searched refs:LOC (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dinput.h89 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file)
90 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
H A Dtree-vectorizer.h26 typedef source_location LOC; typedef
32 typedef source_locus LOC; typedef
135 LOC loop_line_number;
369 extern LOC find_loop_location (struct loop *);
H A Dtree-vectorizer.c182 static LOC vect_loop_location;
781 LOC loop_loc;
1082 LOC loop_loc;
1229 LOC
H A Drtl.h1893 #define gen_rtx_ASM_OPERANDS(MODE, ARG0, ARG1, ARG2, ARG3, ARG4, LOC) \
1894 gen_rtx_fmt_ssiEEsi (ASM_OPERANDS, (MODE), (ARG0), (ARG1), (ARG2), (ARG3), (ARG4), (LOC).file, (LOC).line)
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dti.h218 #define GET_SCNHDR_NRELOC(ABFD, LOC) \
219 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC))
220 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \
221 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
222 #define GET_SCNHDR_NLNNO(ABFD, LOC) \
223 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 2))
224 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h161 /* Set LOC to a source position that is the same line as the most recent
164 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) { \
168 (LOC) = linemap_position_for_column (set, to_column); \
174 (LOC) = r; \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp323 template <typename LOC, typename DATA>
324 const LOC*
329 LOC::Profile(ID, ctx, parent, d);
332 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos));
335 L = new LOC(ctx, parent, d);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h78 #define MK_IE_CAUSE(IE,LOC,CAUSE) \
84 (IE).loc = LOC; \
/freebsd-9.3-release/sys/dev/en/
H A Dmidwayreg.h126 #define MIDX_MKPLACE(SZ,LOC) ( ((SZ) << 11) | (LOC) )
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h77 virtual void warnParamTypestateMismatch(SourceLocation LOC, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h389 template <typename LOC, typename DATA>
390 const LOC *getLocationContext(AnalysisDeclContext *ctx,
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h647 #define SPARC_STACK_ALIGN(LOC) \
648 (TARGET_ARCH64 ? (((LOC)+15) & ~15) : (((LOC)+7) & ~7))
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h2014 /* Treat LOC as a byte offset from the stack pointer and round it up
2016 #define MIPS_STACK_ALIGN(LOC) \
2017 (TARGET_NEWABI ? ((LOC) + 15) & -16 : ((LOC) + 7) & -8)
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.h206 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15)
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.c81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; }
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex6359 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6560 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex6431 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,

Completed in 230 milliseconds