Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/llvm/test/MC/ELF/
H A Dcomdat-reloc.s4 .globl hello symbol
6 hello: label
/llvm-project/lld/test/ELF/
H A Dx86-64-pc32-overflow-large.s17 .globl hello symbol
18 hello: label
/llvm-project/lld/test/wasm/Inputs/
H A Dhello.s7 .globl hello symbol
8 hello: label
/llvm-project/clang/test/SemaObjC/
H A Dscope-check.m71 + (void) hello; class
75 + (void) hello { class
H A Dunused.m6 + (void) hello; class
10 + (void) hello { printf("Hello, World!\n"); } class
/llvm-project/llvm/test/tools/llvm-dwp/Inputs/overflow/
H A Ddebug_info_v4.s17 .globl hello # -- Begin function hello symbol
20 hello: # @hello label
H A Ddebug_info_v5.s17 .globl hello # -- Begin function hello symbol
20 hello: # @hello label
/llvm-project/flang/test/Driver/
H A Dmisc-flags.f9013 program hello program
H A Dexec.f909 program hello program
/llvm-project/flang/test/Driver/Inputs/
H A Dhello.f901 program hello program
/llvm-project/clang/test/PCH/
H A Dbuiltins.c10 void hello(void) { in hello() function
/llvm-project/clang/test/CodeGen/
H A Dfunique-sections.c6 const int hello = 123; variable
H A Dfunction-sections.c14 const int hello = 123; variable
/llvm-project/clang/test/Modules/
H A Dcxx20-module-file-info.cpp52 namespace hello { namespace
/llvm-project/clang/test/Index/
H A Dcomplete-unterminated.c13 const char *hello = "Hello, world"; variable
H A Dannotate-tokens.c9 const char * hello = "Hello"; in f() local
/llvm-project/clang/test/CodeGenObjC/
H A Druntime-fns.m15 -(void) hello { method
H A Ddebug-info-id-with-protocol.m14 -(const char *)hello; method
/llvm-project/clang/test/SemaCXX/
H A Darray-bounds-ptr-arith.cpp5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} in test_pointer_arithmetic() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstrncpy-overflow.cpp25 char *hello = (char*)malloc(6); in main() local
/llvm-project/flang/test/Lower/HLFIR/
H A Dproc-pointer-comp-pass.f9027 subroutine hello(x) subroutine
29 print *, "hello" argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string_view/
H A Dmain.cpp97 std::string hello = "Hellooo "; in main() local
/llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/
H A Dtest.cpp7 const char * hello = "world"; variable
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable.pass.cpp129 enum unscoped { hello, world }; enumerator
132 enum class scoped { hello, world }; enumerator
/llvm-project/lldb/test/API/lang/objc/objc-property/
H A Dmain.m5 -(const char *)hello; method

12