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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
macro_paste_c_block_comment.c 5 COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
7 // Demonstrate that an invalid preprocessing token
pp-record.c 1 // RUN: %clang_cc1 -fsyntax-only -detailed-preprocessing-record %s
macro_paste_bad.c 2 // pasting ""x"" and ""+"" does not give a valid preprocessing token
4 XYZ // expected-error {{pasting formed 'x+', an invalid preprocessing token}}
6 XXYZ // expected-error {{pasting formed '.test', an invalid preprocessing token}}
disabled-cond-diags2.c 14 #X // expected-error{{invalid preprocessing directive}}
has_include.c 96 __has_include_next("stdint.h") // expected-warning {{#include_next in primary source file}} expected-error {{__has_include_next must be used within a preprocessing directive}}
97 __has_include("stdint.h") // expected-error {{__has_include must be used within a preprocessing directive}}
100 MACRO1 // expected-error {{__has_include must be used within a preprocessing directive}}
103 MACRO1 // expected-error {{__has_include must be used within a preprocessing directive}}
108 MACRO1 // expected-error {{__has_include must be used within a preprocessing directive}}
151 // expected-error@+1 {{__has_include must be used within a preprocessing directive}}
traditional-cpp.c 35 /* This is still a preprocessing directive. */
54 /* FIXME: -traditional-cpp should not consider this a preprocessing directive
  /external/clang/test/PCH/
chain-macro-override.c 2 // RUN: %clang_cc1 -include %S/Inputs/chain-macro-override1.h -include %S/Inputs/chain-macro-override2.h -fsyntax-only -verify -detailed-preprocessing-record %s
5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro-override1.h -detailed-preprocessing-record
6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro-override2.h -include-pch %t1 -detailed-preprocessing-record
chain-macro.c 1 // RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h
2 // RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1
  /frameworks/av/media/libeffects/preprocessing/
Android.mk 3 # audio preprocessing wrapper
11 PreProcessing.cpp
  /hardware/qcom/audio/voice_processing/
Android.mk 3 # audio preprocessing wrapper
  /external/clang/test/Index/
pch-with-errors.m 20 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record
21 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-PARSE %s
22 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-INDEX %s
pch-with-errors.c 30 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record
31 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-PARSE %s
32 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-INDEX %s
targeted-cursor.m 3 // RUN: c-index-test -write-pch %t.h.pch -target x86_64-apple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
get-cursor-includes.c 4 // RUN: c-index-test -write-pch %t.h.pch -I%S/Inputs -Xclang -detailed-preprocessing-record %S/Inputs/get-cursor-includes-2.h
annotate-tokens-pp.c 47 // CHECK: Punctuation: "#" [2:1 - 2:2] preprocessing directive=
48 // CHECK: Identifier: "define" [2:2 - 2:8] preprocessing directive=
56 // CHECK: Punctuation: "#" [3:1 - 3:2] preprocessing directive=
57 // CHECK: Identifier: "define" [3:2 - 3:8] preprocessing directive=
60 // CHECK: Punctuation: "#" [4:1 - 4:2] preprocessing directive=
61 // CHECK: Identifier: "define" [4:2 - 4:8] preprocessing directive=
92 // CHECK: Punctuation: "#" [8:1 - 8:2] preprocessing directive=
93 // CHECK: Identifier: "undef" [8:2 - 8:7] preprocessing directive=
94 // CHECK: Identifier: "BAR" [8:8 - 8:11] preprocessing directive=
95 // CHECK: Punctuation: "#" [10:1 - 10:2] preprocessing directive
    [all...]
targeted-annotation.c 80 // TOP: Punctuation: "#" [2:1 - 2:2] preprocessing directive=
81 // TOP: Identifier: "ifndef" [2:2 - 2:8] preprocessing directive=
82 // TOP: Identifier: "TARGETED_TOP_H" [2:9 - 2:23] preprocessing directive=
83 // TOP: Punctuation: "#" [3:1 - 3:2] preprocessing directive=
84 // TOP: Identifier: "define" [3:2 - 3:8] preprocessing directive=
85 // TOP: Identifier: "TARGETED_TOP_H" [3:9 - 3:23] preprocessing directive=
86 // TOP: Punctuation: "#" [5:1 - 5:2] preprocessing directive=
87 // TOP: Identifier: "include" [5:2 - 5:9] preprocessing directive=
88 // TOP: Literal: ""targeted-nested1.h"" [5:10 - 5:30] preprocessing directive=
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 19 * @brief Video preprocessing API public functions prototypes.
41 * Public type of the Video Preprocessing execution context
68 * @brief Prototype of the main video preprocessing function
83 * @brief This function allocates a new execution context for the Video Preprocessing component.
104 * @return M4ERR_STATE: Video Preprocessing is not in an appropriate state for this function
114 * @brief This method frees the execution context for the Video Preprocessing component.
127 * @brief This method apply the video preprocessing to the input plane. Result is put into the
  /external/clang/test/CXX/lex/lex.pptoken/
p3-0x.cpp 11 int d = x; // expected-error {{pasting formed ':::', an invalid preprocessing token}} expected-error {{expected unqualified-id}}
  /external/clang/test/Driver/
arc.c 12 // CHECK-NOT: invalid preprocessing directive
15 // NOTOBJC: invalid preprocessing directive
  /device/samsung/manta/voicefx/
Android.mk 25 # Audience voice preprocessing library
  /external/bison/lib/
float.c 30 /* This declaration is solely to ensure that after preprocessing
  /external/hyphenation/
README.hyphen 10 is a preprocessing step, however. If you don't do the preprocessing
18 Then, do the preprocessing - "perl substrings.pl hyphen.us". The
90 Perl preprocessing script, but could probably be done in C just about
  /external/svox/pico/lib/
picoctrl.h 44 /* temporarily increased for preprocessing
picokpr.h 19 * knowledge handling for text preprocessing
31 * <b> Knowledge handling for text preprocessing </b>\n
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 1 //===--- PPConditionalDirectiveRecord.h - Preprocessing Directives-*- C++ -*-=//
66 /// \brief Construct a new preprocessing record.

Completed in 3570 milliseconds

1 2 3 4 5 6 7 8 91011>>