/external/llvm-project/clang/test/Sema/ |
D | attr-nodebug.c | 3 int a __attribute__((nodebug)); 5 void b(int p __attribute__((nodebug))) { // expected-warning {{'nodebug' attribute only applies to … in b() 6 int b __attribute__((nodebug)); in b() 9 void t1() __attribute__((nodebug)); 11 void t2() __attribute__((nodebug(2))); // expected-error {{'nodebug' attribute takes no arguments}}
|
/external/clang/test/Sema/ |
D | attr-nodebug.c | 3 int a __attribute__((nodebug)); 5 void b(int p __attribute__((nodebug))) { // expected-warning {{'nodebug' attribute only applies to … in b() 6 int b __attribute__((nodebug)); in b() 9 void t1() __attribute__((nodebug)); 11 void t2() __attribute__((nodebug(2))); // expected-error {{'nodebug' attribute takes no arguments}}
|
/external/llvm/test/DebugInfo/Generic/ |
D | 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")
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | nodebug.ll | 4 ; Test that a nodebug function (a function not appearing in the debug info IR 14 ; __attribute__((nodebug)) void f2() { 45 !1 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo") 48 !5 = !DIFile(filename: "nodebug.cpp", directory: "/tmp/dbginfo")
|
D | clone-module.ll | 15 ; __attribute__((nodebug)) int nodebug(int k) { return inlined(k); } 22 ; line from @nodebug function. 24 ; The @llvm.dbg.value call is manually removed from @nodebug as not having 39 define i32 @nodebug(i32 %k) local_unnamed_addr #0 {
|
D | clone-module-2.ll | 17 ; __attribute__((nodebug)) int nodebug(int k) { return eliminated(k); } 30 define i32 @nodebug(i32 %k) local_unnamed_addr #0 {
|
D | live-debug-vars-nodebug.ll | 16 ; from nodebug functions. Such instructions occur when a function with debug 17 ; info is inlined into a nodebug function. 40 ; __attribute__((nodebug))
|
/external/clang/test/SemaCXX/ |
D | attr-nodebug.cpp | 6 void t3() __attribute__((nodebug)); 9 [[gnu::nodebug]] void f() {} in f()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-nodebug.cpp | 6 void t3() __attribute__((nodebug)); 9 [[gnu::nodebug]] void f() {} in f()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_checks.h | 64 __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches( in PossiblyShortTagMatches() 83 __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) { in CheckAddress() 95 __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p, in CheckAddressSized()
|
/external/libcups/scheduler/ |
D | process.c | 84 const char *nodebug; /* " (with no-log)" for no debug */ in cupsdCreateProfile() local 121 nodebug = LogLevel < CUPSD_LOG_DEBUG ? " (with no-log)" : ""; in cupsdCreateProfile() 144 ")%s)\n", nodebug); in cupsdCreateProfile() 159 root, root, nodebug); in cupsdCreateProfile() 192 request, nodebug); in cupsdCreateProfile() 196 request, nodebug); in cupsdCreateProfile() 266 ")%s)\n", nodebug); in cupsdCreateProfile()
|
/external/llvm-project/llvm/test/Verifier/ |
D | fnarg-nodebug.ll | 7 ; __attribute__((nodebug)) int nodebug(int k) { return f(k)+g(k); } 14 define i32 @nodebug(i32 %k) local_unnamed_addr #2 {
|
/external/ImageMagick/ |
D | Make.com | 42 $link_options="/nodebug/notraceback" 45 $compile_options="/nodebug/optimize" 48 $ compile_options="/decc/nodebug/optimize"
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-method-nodebug.cpp | 5 void absent() __attribute__((nodebug));
|
D | debug-info-globalinit.cpp | 14 __attribute__((nodebug)) static int j = test();
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-method-nodebug.cpp | 5 void absent() __attribute__((nodebug));
|
D | debug-info-globalinit.cpp | 14 __attribute__((nodebug)) static int j = test();
|
D | debug-info-nodebug.cpp | 5 #define NODEBUG __attribute__((nodebug))
|
/external/llvm-project/llvm/test/BugPoint/ |
D | metadata.ll | 5 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t-nodebug -bugpoint-… 6 ; RUN: llvm-dis %t-nodebug-reduced-simplified.bc -o - | FileCheck %s --check-prefix=NODEBUG
|
/external/llvm-project/clang/test/CodeGen/ |
D | nodebug-attr.c | 8 __attribute__((nodebug)) void foo(int *a) { in foo()
|
D | attr-nodebug.c | 3 void t1() __attribute__((nodebug));
|
/external/clang/test/CodeGen/ |
D | attr-nodebug.c | 3 void t1() __attribute__((nodebug));
|
/external/llvm-project/llvm/test/tools/llvm-symbolizer/Inputs/ |
D | split-dwarf-dwp.cpp | 7 __attribute__((nodebug)) void gap() { in gap()
|
/external/clang/test/SemaObjC/ |
D | attr-nodebug.m | 4 - (void)doSomething __attribute__((nodebug)); argument
|
/external/llvm-project/clang/test/SemaObjC/ |
D | attr-nodebug.m | 4 - (void)doSomething __attribute__((nodebug)); argument
|