/external/clang/test/Sema/ |
attr-nodebug.c | 3 int a __attribute__((nodebug)); 5 void b(int p __attribute__((nodebug))) { // expected-warning {{'nodebug' attribute only applies to variables and functions}} 6 int b __attribute__((nodebug)); 9 void t1() __attribute__((nodebug)); 11 void t2() __attribute__((nodebug(2))); // expected-error {{'nodebug' attribute takes no arguments}}
|
/external/clang/test/SemaCXX/ |
attr-nodebug.cpp | 2 // Note: most of the 'nodebug' tests are in attr-nodebug.c. 6 void t3() __attribute__((nodebug)); 9 [[gnu::nodebug]] void f() {}
|
/external/clang/test/SemaObjC/ |
attr-nodebug.m | 4 - (void)doSomething __attribute__((nodebug));
|
/external/clang/test/CodeGenCXX/ |
debug-info-nodebug.cpp | 5 #define NODEBUG __attribute__((nodebug)) 7 #define NODEBUG 11 NODEBUG static const int const_global_int_def = 1; 23 NODEBUG S1 global_struct = { 2, 3 }; 32 // with 'nodebug'). 34 NODEBUG static int static_member; 35 NODEBUG static const int static_const_member = 4; 49 NODEBUG static int static_local = 6; 50 NODEBUG int normal_local = 7 [all...] |
debug-info-method-nodebug.cpp | 5 void absent() __attribute__((nodebug));
|
debug-info-globalinit.cpp | 14 __attribute__((nodebug)) static int j = test();
|
/external/clang/test/CodeGen/ |
attr-nodebug.c | 3 void t1() __attribute__((nodebug)); 17 // With nodebug, IR should have no llvm.dbg.* calls, or !dbg annotations.
|
/external/llvm/test/Linker/Inputs/ |
odr.ll | 4 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug, retainedTypes: !2)
|
/external/llvm/test/DebugInfo/Generic/ |
nodebug.ll | 5 ; Test that a nodebug function (a function not appearing in the debug info IR 15 ; __attribute__((nodebug)) void f2() { 39 !1 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo") 42 !5 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo")
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
ammintrin.h | 41 /* APPLE LOCAL begin nodebug inline 4152603 */ 43 /* APPLE LOCAL end nodebug inline 4152603 */ 102 /* APPLE LOCAL begin nodebug inline 4152603 */ 104 /* APPLE LOCAL end nodebug inline 4152603 */
|
pmmintrin.h | 48 /* APPLE LOCAL begin nodebug inline 4152603 */ 50 /* APPLE LOCAL end nodebug inline 4152603 */ 166 /* APPLE LOCAL begin nodebug inline 4152603 */ 168 /* APPLE LOCAL end nodebug inline 4152603 */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
ammintrin.h | 41 /* APPLE LOCAL begin nodebug inline 4152603 */ 43 /* APPLE LOCAL end nodebug inline 4152603 */ 102 /* APPLE LOCAL begin nodebug inline 4152603 */ 104 /* APPLE LOCAL end nodebug inline 4152603 */
|
pmmintrin.h | 48 /* APPLE LOCAL begin nodebug inline 4152603 */ 50 /* APPLE LOCAL end nodebug inline 4152603 */ 166 /* APPLE LOCAL begin nodebug inline 4152603 */ 168 /* APPLE LOCAL end nodebug inline 4152603 */
|
/external/clang/test/Frontend/ |
profile-sample-use-loc-tracking.c | 13 // The CU should be marked NoDebug (to prevent writing debug info to 16 // CHECK: ![[CU]] = distinct !DICompileUnit({{.*}}emissionKind: NoDebug
|
/dalvik/dx/tests/121-sccp/ |
build | 18 mv Blort.class Blort.nodebug.class
|
run | 17 cp Blort.nodebug.class Blort.class
|
/dalvik/dx/tests/122-switch-with-high-register/ |
build | 18 mv Blort.class Blort.nodebug.class
|
run | 17 cp Blort.nodebug.class Blort.class
|
/external/clang/test/CodeGenObjC/ |
debug-info-nodebug.m | 21 __attribute__((nodebug)) __typeof(self) weakSelf = self;
|
/external/llvm/test/Assembler/ |
dicompileunit.ll | 27 ; CHECK: !9 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug) 30 splitDebugFilename: "", emissionKind: NoDebug)
|
/external/python/cpython2/PCbuild/ |
tix.vcxproj | 62 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> 63 <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags>
|
/external/python/cpython3/PCbuild/ |
tix.vcxproj | 60 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g TK_DBGX=g</DebugFlags> 61 <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags>
|
/prebuilts/devtools/tools/ |
lint.bat | 49 if debug NEQ "%1" goto NoDebug 52 :NoDebug
|
/external/llvm/test/CodeGen/AMDGPU/ |
vi-removed-intrinsics.ll | 19 !0 = distinct !DICompileUnit(language: DW_LANG_OpenCL, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug)
|
/external/llvm/test/Linker/ |
odr.ll | 11 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: NoDebug, retainedTypes: !2, globals: !5)
|