HomeSort by relevance Sort by last modified time
    Searched refs:MACRO (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/clang/test/Modules/Inputs/macro-masking/
a.h 1 #define MACRO
b.h 1 #undef MACRO
  /external/clang/test/Preprocessor/
mi_opt.c 6 #define MACRO
8 #undef MACRO
9 #define MACRO || 1
mi_opt.h 1 #if !defined foo MACRO
  /ndk/tests/build/stdint-c++/jni/
gen-sources.sh 37 for MACRO in $LIMITS $CONSTANTS; do
38 echo "#ifdef $MACRO"
39 echo "#error $MACRO defined!"
51 for MACRO in $LIMITS; do
52 echo "#ifndef $MACRO"
53 echo "#error $MACRO is not defined!"
57 for MACRO in $CONSTANTS; do
58 echo "#ifdef $MACRO"
59 echo "#error $MACRO is defined!"
72 for MACRO in $LIMITS; d
    [all...]
  /external/clang/test/Index/
fix-its.c 7 #define MACRO(X) X
13 MACRO(x->wobble = 17);
26 MACRO(printf("%d", index));
annotate-macro-args.h 6 #define MACRO(x) MACRO2(x)
9 MACRO([MyClass meth]);
get-cursor-macro-args.h 6 #define MACRO(x) MACRO2((x))
9 MACRO([MyClass meth]);
complete-macro-args.c 8 #define MACRO(x) MACRO2(x)
12 MACRO(p->x);
53 // With these, code-completion is unknown because the macro argument (and the
54 // completion point) is not expanded by the macro definition.
  /external/clang/test/CoverageMapping/
macroparams.c 9 #define MACRO(X) MACRO2(x)
15 MACRO(x);
macroparams2.c 3 #define MACRO(REFS, CALLS) (4 * (CALLS) < (REFS))
15 if (MACRO(arr[n].j, arr[n].i)) {
macros.c 3 #define MACRO return; bar()
13 MACRO; // CHECK-NEXT: File 0, [[@LINE]]:8 -> [[@LINE+2]]:2 = 0
preprocessor.c 6 #ifdef MACRO // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+2]]:2 = 0
  /external/clang/test/Modules/
macro-masking.cpp 2 // RUN: %clang_cc1 -fsyntax-only -fmodules -fimplicit-module-maps %s -fmodules-cache-path=%t -verify -I%S/Inputs/macro-masking
3 // RxN: %clang_cc1 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-local-submodule-visibility %s -fmodules-cache-path=%t -verify -I%S/Inputs/macro-masking -DLOCAL_VISIBILITY
9 # ifndef MACRO
13 # ifdef MACRO
  /external/clang/test/SemaCXX/
PR7944.cpp 4 #define MACRO(x) x
11 MACRO(a.b->f()); // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}}
  /external/clang/test/Frontend/
verify.c 41 #define MACRO some_value // expected-error {{define_error}}
42 #undef MACRO extra_token // expected-warning {{undef_error}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 90 MACRO
99 MACRO
110 ;// source file. This macro then chooses the most
114 MACRO
152 MACRO
166 MACRO
185 MACRO
200 MACRO
210 MACRO
224 MACRO
    [all...]
armCOMM_BitDec_s.h 54 ;// is obtained. The Step sizes are supplied to the VLD macro.
67 ;// Next call the following macro(s) as many times as you need:
77 ;// Finally call the macro:
93 ;// macro (except M_BD_INIT) and on exit from every bitstream macro (except M_BD_FINI).
107 ;// bitstream pointers. This macro is split into 3 parts to enable
126 MACRO
138 MACRO
146 MACRO
171 MACRO
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 90 MACRO
99 MACRO
110 ;// source file. This macro then chooses the most
114 MACRO
155 MACRO
169 MACRO
188 MACRO
203 MACRO
213 MACRO
227 MACRO
    [all...]
armCOMM_BitDec_s.h 54 ;// is obtained. The Step sizes are supplied to the VLD macro.
67 ;// Next call the following macro(s) as many times as you need:
77 ;// Finally call the macro:
93 ;// macro (except M_BD_INIT) and on exit from every bitstream macro (except M_BD_FINI).
107 ;// bitstream pointers. This macro is split into 3 parts to enable
126 MACRO
138 MACRO
146 MACRO
171 MACRO
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
empty.s 1 SBT MACRO ; empty macro
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 29 ;// MACRO for calculating median for three values.
40 ;// * Macro: M_MEDIAN3
50 ;// * the execution of this macro.
53 ;// * execution of this macro.
58 MACRO
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 29 ;// MACRO for calculating median for three values.
40 ;// * Macro: M_MEDIAN3
50 ;// * the execution of this macro.
53 ;// * execution of this macro.
58 MACRO
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkMethods.java 38 MACRO,
45 return MACRO;
  /external/dbus/cmake/modules/
Win32Macros.cmake 19 MACRO (addExplorerWrapper _projectname)

Completed in 275 milliseconds

1 2 3 4