/aosp_15_r20/external/clang/test/Sema/ |
H A 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}}
|
/aosp_15_r20/external/libcups/scheduler/ |
H A 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()
|
/aosp_15_r20/external/llvm/test/DebugInfo/Generic/ |
H A 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")
|
H A 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
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | attr-nodebug.cpp | 6 void t3() __attribute__((nodebug)); 9 [[gnu::nodebug]] void f() {} in f()
|
/aosp_15_r20/external/bcc/scripts/ |
H A D | bpf_demo.ks.erb | 50 …-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.re…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Compiler.h | 236 #if __has_attribute(nodebug) 237 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Compiler.h | 267 #if __has_attribute(nodebug) 268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Compiler.h | 267 #if __has_attribute(nodebug) 268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Compiler.h | 267 #if __has_attribute(nodebug) 268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Compiler.h | 267 #if __has_attribute(nodebug) 268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
|
/aosp_15_r20/external/llvm/test/DebugInfo/X86/ |
H A 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() {
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-method-nodebug.cpp | 5 void absent() __attribute__((nodebug));
|
H A D | debug-info-globalinit.cpp | 14 __attribute__((nodebug)) static int j = test();
|
H A D | debug-info-nodebug.cpp | 5 #define NODEBUG __attribute__((nodebug))
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | attr-nodebug.c | 3 void t1() __attribute__((nodebug));
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | attr-nodebug.m | 4 - (void)doSomething __attribute__((nodebug)); argument
|
/aosp_15_r20/dalvik/dx/tests/122-switch-with-high-register/ |
H A D | build | 18 mv Blort.class Blort.nodebug.class
|
H A D | run | 17 cp Blort.nodebug.class Blort.class
|
/aosp_15_r20/dalvik/dx/tests/121-sccp/ |
H A D | build | 18 mv Blort.class Blort.nodebug.class
|
H A D | run | 17 cp Blort.nodebug.class Blort.class
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | debug-info-nodebug.m | 21 __attribute__((nodebug)) __typeof(self) weakSelf = self;
|
/aosp_15_r20/external/coreboot/util/sconfig/ |
H A D | sconfig.l | 9 %option nodebug
|
/aosp_15_r20/external/pcre/maint/ |
H A D | ManyConfigTests | 69 -nodebug) usedebug=0;;
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-attributes/gen/clang/Basic/ |
D | AttrHasAttributeImpl.inc | 135 .Case("nodebug", 1) 418 .Case("nodebug", LangOpts.CPlusPlus11 ? 1 : 0)
|