Searched refs:nodebug (Results 1 – 19 of 19) sorted by relevance
/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")
|
D | debug-info-always-inline.ll | 58 ; with the "nodebug" attribute and those without it. Alloca instructions from 59 ; nodebug functions should continue to have no DebugLoc, whereas those from 60 ; non-nodebug functions (i.e. functions with debug information) may want to
|
/external/clang/test/SemaCXX/ |
D | attr-nodebug.cpp | 6 void t3() __attribute__((nodebug)); 9 [[gnu::nodebug]] void f() {} in f()
|
/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/ImageMagick/ |
D | Make.com | 42 $link_options="/nodebug/notraceback" 45 $compile_options="/nodebug/optimize" 48 $ compile_options="/decc/nodebug/optimize"
|
/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/clang/test/CodeGen/ |
D | attr-nodebug.c | 3 void t1() __attribute__((nodebug));
|
/external/clang/test/SemaObjC/ |
D | attr-nodebug.m | 4 - (void)doSomething __attribute__((nodebug)); argument
|
/external/bcc/scripts/ |
D | bpf_demo.ks.erb | 50 …-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.re…
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nodebug.m | 21 __attribute__((nodebug)) __typeof(self) weakSelf = self;
|
/external/llvm/test/DebugInfo/X86/ |
D | nodebug_with_debug_loc.ll | 8 ; since 'f1' is a nodebug function, there's no positive outcome to confirm, just 36 ; void __attribute__((nodebug)) f1() {
|
/external/pcre/maint/ |
D | ManyConfigTests | 65 -nodebug) usedebug=0;;
|
/external/bcc/ |
D | INSTALL.md | 144 http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug, for example: 147 …-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.re…
|
/external/curl/packages/vms/ |
D | build_vms.com | 287 $ cc_debug = "/nodebug/optimize"
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1015 let Spellings = [GCC<"nodebug">];
|
D | AttrDocs.td | 526 The ``nodebug`` attribute allows you to suppress debugging information for a
|