Home
last modified time | relevance | path

Searched refs:nodebug (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/clang/test/Sema/
H A Dattr-nodebug.c3 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 Dprocess.c84 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 Dnodebug.ll5 ; 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 Ddebug-info-always-inline.ll58 ; 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 Dattr-nodebug.cpp6 void t3() __attribute__((nodebug));
9 [[gnu::nodebug]] void f() {} in f()
/aosp_15_r20/external/bcc/scripts/
H A Dbpf_demo.ks.erb50 …-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 DCompiler.h236 #if __has_attribute(nodebug)
237 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCompiler.h267 #if __has_attribute(nodebug)
268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCompiler.h267 #if __has_attribute(nodebug)
268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCompiler.h267 #if __has_attribute(nodebug)
268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCompiler.h267 #if __has_attribute(nodebug)
268 #define LLVM_ATTRIBUTE_NODEBUG __attribute__((nodebug))
/aosp_15_r20/external/llvm/test/DebugInfo/X86/
H A Dnodebug_with_debug_loc.ll8 ; 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 Ddebug-info-method-nodebug.cpp5 void absent() __attribute__((nodebug));
H A Ddebug-info-globalinit.cpp14 __attribute__((nodebug)) static int j = test();
H A Ddebug-info-nodebug.cpp5 #define NODEBUG __attribute__((nodebug))
/aosp_15_r20/external/clang/test/CodeGen/
H A Dattr-nodebug.c3 void t1() __attribute__((nodebug));
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dattr-nodebug.m4 - (void)doSomething __attribute__((nodebug)); argument
/aosp_15_r20/dalvik/dx/tests/122-switch-with-high-register/
H A Dbuild18 mv Blort.class Blort.nodebug.class
H A Drun17 cp Blort.nodebug.class Blort.class
/aosp_15_r20/dalvik/dx/tests/121-sccp/
H A Dbuild18 mv Blort.class Blort.nodebug.class
H A Drun17 cp Blort.nodebug.class Blort.class
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Ddebug-info-nodebug.m21 __attribute__((nodebug)) __typeof(self) weakSelf = self;
/aosp_15_r20/external/coreboot/util/sconfig/
H A Dsconfig.l9 %option nodebug
/aosp_15_r20/external/pcre/maint/
H A DManyConfigTests69 -nodebug) usedebug=0;;
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-attributes/gen/clang/Basic/
DAttrHasAttributeImpl.inc135 .Case("nodebug", 1)
418 .Case("nodebug", LangOpts.CPlusPlus11 ? 1 : 0)

123