HomeSort by relevance Sort by last modified time
    Searched full:directives (Results 251 - 275 of 1091) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 88 // FP abiflags directives
203 // FP abiflags directives
  /external/llvm/test/CodeGen/Mips/
eh-return32.ll 23 ; check that .cfi_offset directives are emitted for $a0-$a3.
65 ; check that .cfi_offset directives are emitted for $a0-$a3.
eh-return64.ll 24 ; check that .cfi_offset directives are emitted for $a0-$a3.
68 ; check that .cfi_offset directives are emitted for $a0-$a3.
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
ParserImpl.java 128 private VersionTagsTuple directives; field in class:ParserImpl
137 directives = new VersionTagsTuple(null, new HashMap<String, String>(DEFAULT_TAGS));
195 directives = new VersionTagsTuple(null, DEFAULT_TAGS);
324 // directives in the document found - drop the previous
331 directives = new VersionTagsTuple(yamlVersion, tagHandles);
333 return directives;
410 if (!directives.getTags().containsKey(handle)) {
414 tag = directives.getTags().get(handle) + suffix;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-h8300.texi 15 * H8/300 Directives:: H8/300 Machine Directives
138 @node H8/300 Directives
139 @section H8/300 Machine Directives
141 @cindex H8/300 machine directives (none)
142 @cindex machine directives, H8/300 (none)
145 @code{@value{AS}} has the following machine-dependent directives for
171 On the H8/300 family (including the H8/300H) @samp{.word} directives
c-xtensa.texi 27 * Xtensa Directives:: Directives for Xtensa Processors.
151 Directives and labels are not allowed inside the braces of a FLIX
603 @node Xtensa Directives
604 @section Directives
605 @cindex Xtensa directives
606 @cindex directives, Xtensa
618 All the Xtensa-specific directives that apply to a region of code use
650 The following directives are available:
717 both directives and command-line flags
    [all...]
c-mmix.texi 164 * MMIX-Pseudos:: Assembler Directives
254 @subsection Assembler Directives
255 @cindex assembler directives, MMIX
257 @cindex MMIX assembler directives
409 is undefined when more than one file with such directives are linked
411 @samp{GREG} directives for two-operand cases like the one mentioned above
446 The directives @samp{WYDE}, @samp{TETRA} and @samp{OCTA} emit constants of
486 A pair of @samp{BSPEC} and @samp{ESPEC} directives delimit a section of
551 far-away LOC directives will take up the same amount of space as a
553 directives. If you need sparse programs, you might try and get the wante
    [all...]
c-cris.texi 213 * CRIS-Pseudos:: Assembler Directives
336 @subsection Assembler Directives
337 @cindex assembler directives, CRIS
339 @cindex CRIS assembler directives
342 There are a few CRIS-specific pseudo-directives in addition to
344 pseudo-directives are in little-endian order for CRIS. There is
345 no support for floating-point-specific directives for CRIS.
c-ia64.texi 22 @c * IA-64 Directives:: IA-64 Machine Directives // to be written
75 consistency checks on unwind directives. @code{-munwind-check=warning}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
mn10300.exp 51 "relaxation and alignment directives"
67 "adjustment of symbols due to relaxation (with alignment directives)"
  /external/bison/lib/
printf-parse.c 23 DIRECTIVES Structure denoting the set of format directives of a
44 # define DIRECTIVES char_directives
83 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
635 #undef DIRECTIVES
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
as.info 41 * Pseudo Ops:: Assembler Directives
331 omit debugging directives
433 Add directory DIR to the search list for `.include' directives.
    [all...]
cpp.info 49 * Other Directives::
56 * Index of Directives::
90 * Directives Within Macro Arguments::
535 text, NUL is considered white space. For example, these two directives
562 The preprocessing language consists of "directives" to be executed
587 triggered with "preprocessing directives". Preprocessing directives
590 "directive name". It specifies the operation to perform. Directives
600 new preprocessing directives.
602 Some directives require arguments; these make up the rest of th
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 38 Preprocessor &PP; ///< Used to find inclusion directives.
44 bool UseLineDirectives; ///< Use of line directives or line markers.
101 /// Write appropriate line information as either #line directives or GNU line
104 /// any \p Extra context specifiers in GNU line directives.
169 /// directives. It does not say whether the file has been included, but it
590 // Only preprocessor directives matter here, so disable macro expansion
593 // to a mode where it would parse only preprocessor directives and comments,
  /external/bison/m4/
include_next.m4 199 dnl AIX "xlc -E" and "cc -E" omit #line directives for header
205 dnl #line directives are present. GCC supports option -C as well.
218 dnl directives.
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 74 /// as for #include directives. The line number in an external file may be
260 /// File has diagnostics and may have directives.
263 /// File has diagnostics but guaranteed no directives.
  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.h 74 recognize relocation directives that may appear in such directives. */
199 /* Enable cfi directives. */
  /external/bison/build-aux/
cross-options.pl 47 # For arguments of directives: this only works if all arguments
gnupload 336 echo "$0: warning: standalone directives not applicable for $dest" >&2
342 echo "$0: warning: standalone directives not applicable for $dest" >&2
364 echo "$0: warning: standalone directives not applicable for $dest" >&2
373 # Process any standalone directives
  /external/clang/include/clang/AST/
DeclLookups.h 46 // Filter out using directives. They don't belong as results from name
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 48 // formed before directives are parsed.
  /external/clang/test/VFS/
external-names.c 8 // Preprocessor (__FILE__ macro and # directives):
  /external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DaggerAdapter.java 57 * <p>Note: At present, it does not honor {@code @Module(includes=...)} directives.
  /external/libopus/
Makefile.unix 80 # Directives
  /external/llvm/device/include/llvm/Config/
llvm-config.h 13 directives. This is a C file so we can include it in the llvm-c headers. */

Completed in 916 milliseconds

<<11121314151617181920>>