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

1 2 3 4 5 6 78 91011>>

  /external/icu4c/tools/gensprep/
gensprep.c 123 "\t when the input file contains a normalization directive.\n"
351 /* special directive */
365 fprintf(stderr, "gensprep error parsing a directive %s.", fields[0][0]);
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 144 // .address_size directive is optional, but it must immediately follow
145 // the .target directive if present within a module
504 // Print out a .file directive to specify files for .loc directives.
  /external/bison/
NEWS 84 If you do not want or can update to this scheme, the directive
153 - New directive: %initial-action.
154 This directive allows the user to run arbitrary code (including
157 - A new directive "%expect-rr N" specifies the expected number of
202 This new directive is preferred over YYERROR_VERBOSE.
243 directive `%union foo {...}' now generates the C code
  /external/clang/utils/
FindSpecRefs 92 ('6.10.5 Error directive', '159'),
93 ('6.10.6 Pragma directive', '159'),
94 ('6.10.7 Null directive', '160'),
454 ('16.5 Error directive', '383'),
455 ('16.6 Pragma directive', '383'),
456 ('16.7 Null directive', '383'),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 52 unsigned Directive = TM->getSubtarget<PPCSubtarget>().getDarwinDirective();
53 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2) {
66 unsigned Directive = TM.getSubtarget<PPCSubtarget>().getDarwinDirective();
69 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2) {
  /external/bluetooth/glib/glib/gnulib/
printf-parse.c 98 char_directive *dp = &d->dir[d->count];/* pointer to next directive */
100 /* Initialize the next directive. */
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties     [all...]
  /external/libffi/
configure.ac 266 [Define to the flags needed for the .section .eh_frame directive.])
269 [Define to the flags needed for the .section .eh_frame directive.])
  /external/llvm/include/llvm/Target/
TargetMachine.h 171 /// hasMCUseLoc - Check whether we should use dwarf's .loc directive.
174 /// setMCUseLoc - Set whether all we should use dwarf's .loc directive.
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1016 OutputDirective directive; local
1017 directive.name = name;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 232 /* Globalizing directive for a label. */
369 /* Output a #ident directive. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 232 /* Globalizing directive for a label. */
369 /* Output a #ident directive. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 232 /* Globalizing directive for a label. */
369 /* Output a #ident directive. */
  /external/bison/doc/
bison.texinfo     [all...]
bison.info     [all...]
  /cts/tools/dasm/src/dasm/
parser.java     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 277 /// push_macro directive, we keep a MacroInfo stack used to restore
609 /// would foul up preprocessor directive handling.
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 15 // PEDWARN: (form feed|vertical tab) in preprocessing directive
197 // Ensure that the lexer thinks it is inside a directive, so that end \n will
551 // If we haven't hit the end of the preprocessor directive, skip this
556 // We've passed the end of the preprocessor directive, and will look
576 // This is the start of a preprocessor directive.
580 // Figure out which directive this is. Since we're lexing raw tokens,
631 // We don't know what this directive is; stop at the '#'.
637 // directive or it was one that can't occur in the preamble at this
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/
mipsel-linux-android-as 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/mipsel-linux-android/bin/
as 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 164 // xsl:attribute directive.)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
Constants.java 38 * URI which indicates that a name may be an XSLT directive. In most
  /external/bluetooth/glib/gobject/
glib-genmarshal.1 40 gmarshal.h include directive in generated header files.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java 14 * qualified certificate according to Directive 1999/93/EC of the European
  /external/clang/include/clang/Basic/
TokenKinds.def 77 // C99 6.10.5 - Error Directive.
80 // C99 6.10.6 - Pragma Directive.
104 TOK(eod) // End of preprocessing directive (end of line inside a
105 // directive).

Completed in 5148 milliseconds

1 2 3 4 5 6 78 91011>>