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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
line-directive.h 1 #line 25 "line-directive.c"
line-directive.c 2 // RUN: %clang_cc1 -include %S/line-directive.h -fsyntax-only %s 2>&1|grep "25:5"
5 // RUN: %clang_cc1 -emit-pch -o %t %S/line-directive.h
  /external/clang/test/Preprocessor/
unterminated.c 3 #ifdef FOO // expected-error {{unterminated conditional directive}}
undef-error.c 5 /* expected-error {{extra tokens at end of #undef directive}} */ #undef a b
line-directive.c 5 #line 'a' // expected-error {{#line directive requires a positive integer argument}}
6 #line 0 // expected-error {{#line directive requires a positive integer argument}}
7 #line 00 // expected-error {{#line directive requires a positive integer argument}}
10 #line 42 'a' // expected-error {{invalid filename for #line directive}}
26 # 'a' // expected-error {{invalid preprocessing directive}}
27 # 42 'f' // expected-error {{invalid filename for line marker directive}}
28 # 42 1 3 // expected-error {{invalid filename for line marker directive}}
29 # 42 "foo" 3 1 // expected-error {{invalid flag line marker directive}}
30 # 42 "foo" 42 // expected-error {{invalid flag line marker directive}}
31 # 42 "foo" 1 2 // expected-error {{invalid flag line marker directive}}
    [all...]
include-directive2.c 6 #include <limits.h> NON_EMPTY // expected-warning {{extra tokens at end of #include directive}}
line-directive-output.c 4 // CHECK: # 1 "{{.*}}line-directive-output.c"
7 // CHECK-NEXT: # 50 "{{.*}}line-directive-output.c"
12 // CHECK: # 13 "{{.*}}line-directive-output.c"
  /external/llvm/test/MC/AsmParser/
dash-n.s 5 // CHECK: error: expected section directive before assembly directive
exprs-invalid.s 10 // CHECK-ERRORS: error: literal value out of range for directive
13 // CHECK-ERRORS: error: literal value out of range for directive
  /external/clang/test/Index/
annotate-tokens-include.c 4 // CHECK: Punctuation: "#" [1:1 - 1:2] inclusion directive=annotate-tokens-include.h
5 // CHECK: Identifier: "include" [1:2 - 1:9] inclusion directive=annotate-tokens-include.h
6 // CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] inclusion directive=annotate-tokens-include.h
  /external/clang/test/Parser/
missing-end.m 6 @ x// expected-error{{expected an Objective-C directive after '@'}}
  /external/clang/test/SemaCXX/
warn-using-namespace-in-header.cpp 9 // expected-warning {{using namespace directive in global context in header}}
20 // expected-warning {{using namespace directive in global context in header}}
27 // expected-warning {{using namespace directive in global context in header}}
50 // expected-warning {{using namespace directive in global context in header}}
  /external/llvm/test/CodeGen/PowerPC/
sections.ll 1 ; Test to make sure that bss sections are printed with '.section' directive.
ppc64-linux-func-size.ll 16 ; Until recently, binutils accepted the .size directive as:
18 ; however, using this directive with recent binutils will result in the error:
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath2 1 $description = "This is part 2 in a series to test the vpath directive\n"
2 ."It tests the three forms of the directive:\n"
3 ." vpath pattern directive\n"
8 ."directive forms and clears them afterwards. It has a simple\n"
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
TranslatorGLSL.cpp 17 // We need to write version directive only if it is greater than 110.
18 // If there is no version directive in the shader, 110 is implied.
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
libraries.apt 3 The introduction of the import directive in a grammar allows reuse of common grammar files
6 be searched for with the <<<<libDirectory>>>> directive.
10 directive and also require the use of a vocab file then you will need to locate
12 is because you will need to use the <<<<libDirectory>>>> directive to specify the
  /external/llvm/test/MC/ELF/
bad-section.s 4 // CHECK: error: unexpected token in directive
  /external/clang/test/Misc/
diag-format.c 29 // DEFAULT: {{.*}}:28:8: warning: extra tokens at end of #endif directive [-Wextra-tokens]
30 // MSVC: {{.*}}(28,7) : warning: extra tokens at end of #endif directive [-Wextra-tokens]
31 // VI: {{.*}} +28:8: warning: extra tokens at end of #endif directive [-Wextra-tokens]
32 // MSVC_ORIG: {{.*}}(28) : warning: extra tokens at end of #endif directive [-Wextra-tokens]
33 // NO_COLUMN: {{.*}}:28: warning: extra tokens at end of #endif directive [-Wextra-tokens]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 70 /// ParseDirective - Parse a target specific assembler directive
72 /// The parser is positioned following the directive name. The target
73 /// specific directive parser should parse the entire directive doing or
75 /// directive is not target specific. If the directive is specific for
79 /// \param DirectiveID - the identifier token of the directive.
  /external/llvm/lib/MC/
MCPureStreamer.cpp 55 report_fatal_error("unsupported directive in pure streamer");
58 report_fatal_error("unsupported directive in pure streamer");
62 report_fatal_error("unsupported directive in pure streamer");
65 report_fatal_error("unsupported directive in pure streamer");
69 report_fatal_error("unsupported directive in pure streamer");
72 report_fatal_error("unsupported directive in pure streamer");
75 report_fatal_error("unsupported directive in pure streamer");
78 report_fatal_error("unsupported directive in pure streamer");
81 report_fatal_error("unsupported directive in pure streamer");
84 report_fatal_error("unsupported directive in pure streamer")
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 61 /// FileNotFound - This callback is invoked whenever an inclusion directive
78 /// \brief This callback is invoked whenever an inclusion directive of
83 /// directive.
86 /// directive, e.g., 'include' or 'import'.
95 /// directive.
98 /// directive.
126 /// Ident - This callback is invoked when a #ident or #sccs directive is read.
127 /// \param Loc The location of the directive.
128 /// \param str The text of the directive.
133 /// PragmaComment - This callback is invoked when a #pragma comment directive
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 25 /// \brief Implementation of directive handling which is shared across all
29 void AddDirectiveHandler(StringRef Directive) {
30 getParser().AddDirectiveHandler(this, Directive,
117 // Named Section Directive
283 // Darwin silently ignores the .ident directive.
301 return TokError("unexpected token in section switching directive");
315 // section, then just issuing the section switch directive will not realign
330 return TokError("expected identifier in directive");
336 return TokError("unexpected token in '.desc' directive");
344 return TokError("unexpected token in '.desc' directive");
    [all...]
ELFAsmParser.cpp 26 void AddDirectiveHandler(StringRef Directive) {
27 getParser().AddDirectiveHandler(this, Directive,
155 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
156 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive)
163 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!");
169 return TokError("expected identifier in directive");
179 return TokError("unexpected token in directive");
191 return TokError("unexpected token in section switching directive");
203 return TokError("expected identifier in directive");
207 return TokError("unexpected token in directive");
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 3 // When looking up a namespace-name in a using-directive or

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 91011>>