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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/
README 9 assembler directives is handled correctly. If you're going to add
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
xdata.s 4 // this here for our target specific directives. This could be viewed as a
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s 2 * Various sections directives
  /toolchain/binutils/binutils-2.25/include/
alloca-conf.h 34 directives. */
bout.h 40 o All other numbers (in the header, symbols, relocation directives)
145 '.sysproc' directives.
151 entries come from '.leafproc' directives in which two different
157 These entries result from '.leafproc' directives in which only
  /toolchain/binutils/binutils-2.25/include/coff/
h8300.h 35 /* Relocation directives. */
mipspe.h 36 /********************** RELOCATION DIRECTIVES **********************/
powerpc.h 48 /********************** RELOCATION DIRECTIVES **********************/
tic30.h 27 /********************** RELOCATION DIRECTIVES **********************/
we32k.h 51 /********************** RELOCATION DIRECTIVES **********************/
x86_64.h 47 /* Relocation directives. */
z80.h 46 /* Relocation directives. */
  /external/libmicrohttpd/m4/
ax_check_openssl.m4 14 # OPENSSL_INCLUDES to the include directives required
15 # OPENSSL_LIBS to the -l directives required
21 # openssl/ directory in include directives:
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 144 /// These are assembly directives that tells the assembler to interpret the
163 /// ".data_region/.end_data_region" directives. If false, use "$d/$a" labels
167 //===--- Data Emission Directives -------------------------------------===//
184 /// These directives are used to output some unit of integer data to the
186 /// directives will be used to emit the large sizes. Defaults to "\t.byte\t",
205 /// .section directives. Defaults to false.
218 /// directives, where N is the number of bytes to align to. Otherwise, it
227 //===--- Global Variable Emission Directives --------------------------===//
263 // True if the target allows .align directives on functions. This is true for
267 /// True if the target has .type and .size directives, this is true for mos
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 39 //===--- Data Emission Directives -------------------------------------===//
57 //===--- Global Variable Emission Directives --------------------------===//
69 //===--- Dwarf Emission Directives -----------------------------------===//
  /toolchain/binutils/binutils-2.25/gas/doc/
c-alpha.texi 23 * Alpha Directives:: Alpha Machine Directives
83 stabs directives and procedure descriptors. The default is to automatically
127 assembler directives and general syntax closely follow the OSF/1 and
337 @node Alpha Directives
338 @section Alpha Assembler Directives
340 @command{@value{AS}} for the Alpha supports many additional directives for
344 @cindex Alpha-only directives
345 These are the additional directives in @code{@value{AS}} for the Alpha:
373 This and the other directives that describe the stack frame ar
    [all...]
c-z8k.texi 23 register. @xref{Z8000 Directives,,Assembler Directives for the Z8000},
24 for a list of other Z8000 specific assembler directives.
29 * Z8000 Directives:: Special directives for the Z8000
144 @node Z8000 Directives
145 @section Assembler Directives for the Z8000
147 @cindex Z8000 directives
148 @cindex directives, Z8000
149 The Z8000 port of @value{AS} includes additional assembler directives,
    [all...]
c-arc.texi 23 * ARC Directives:: ARC Machine Directives
124 @node ARC Directives
125 @section ARC Machine Directives
127 @cindex machine directives, ARC
128 @cindex ARC machine directives
130 machine directives:
c-i960.texi 18 * Directives-i960:: i960 Machine Directives
137 @code{@value{AS}} generates @sc{ieee} floating-point numbers for the directives
140 @node Directives-i960
141 @section i960 Machine Directives
143 @cindex machine directives, i960
144 @cindex i960 machine directives
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 7 * A Cache-Control header with cache directives from a server or client. These
8 * directives set policy on what responses can be stored, and which requests can
16 * Cache control request directives that require network validation of
23 * Cache control request directives that uses the cache only, even if the
148 * Returns the cache directives of {@code headers}. This honors both
  /external/clang/lib/Basic/
OpenMPKinds.cpp 482 DKind == OMPD_distribute; // TODO add next directives.
490 DKind == OMPD_parallel_sections; // TODO add next directives.
500 DKind == OMPD_parallel_sections; // TODO add next directives.
504 return DKind == OMPD_target; // TODO add next directives.
508 return DKind == OMPD_teams; // TODO add next directives.
514 DKind == OMPD_taskloop_simd; // TODO add next directives.
518 return Kind == OMPD_distribute; // TODO add next directives.
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 122 // unparsed expected-* directives.
134 // for expected-* directives.
309 /// Returns true if any valid directives were found.
315 // A single comment may contain multiple directives.
495 // Check that regex directives contain at least one regex.
577 /// any expected-* directives. As a Lexer is used rather than a full-blown
578 /// Preprocessor, directives inside skipped #if blocks will still be found.
580 /// \return true if any directives were found.
795 // Check for directives.
817 // during parsing and issue a fatal error if directives are containe
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 35 directives within these comments to tweak the behavior of the C or C++
36 compiler. Values defined in multiple directives are concatenated
58 these directives. Package-specific flags should be set using the
59 directives, not the environment variables, so that builds work in
62 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
64 directives in a package are concatenated and used to compile C++ files in that
65 package. All the LDFLAGS directives in any package in the program are
66 concatenated and used at link time. All the pkg-config directives are
70 When the cgo directives are parsed, any occurrence of the string ${SRCDIR}
509 directives that 6l is not sophisticated enough to derive from _all.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 35 directives within these comments to tweak the behavior of the C or C++
36 compiler. Values defined in multiple directives are concatenated
58 these directives. Package-specific flags should be set using the
59 directives, not the environment variables, so that builds work in
62 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
64 directives in a package are concatenated and used to compile C++ files in that
65 package. All the LDFLAGS directives in any package in the program are
66 concatenated and used at link time. All the pkg-config directives are
70 When the cgo directives are parsed, any occurrence of the string ${SRCDIR}
509 directives that 6l is not sophisticated enough to derive from _all.
    [all...]
  /external/bison/tests/
java.at 26 # _AT_DATA_JAVA_CALC_Y($1, $2, $3, [BISON-DIRECTIVES])
251 # _AT_CHECK_JAVA_CALC([BISON-DIRECTIVES], [BISON-CODE])
254 # BISON-DIRECTIVES, and performs several tests over the parser.
343 # AT_CHECK_JAVA_CALC([BISON-DIRECTIVES])
346 # BISON-DIRECTIVES, and performs several tests over the parser.
379 # Java Directives. #
385 # AT_CHECK_JAVA_MINIMAL([DIRECTIVES], [PARSER_ACTION], [POSITION_CLASS])
387 # Check that a mininal parser with DIRECTIVES compiles in Java.
409 # AT_CHECK_JAVA_MINIMAL_W_LEXER([1:DIRECTIVES], [2:LEX_THROWS],
413 # Check that a mininal parser with DIRECTIVES and a "%code lexer"
    [all...]

Completed in 437 milliseconds

1 2 3 4 5 6 78 91011>>