Home
last modified time | relevance | path

Searched defs:boo (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/test/clang-rename/
H A DNamespace.cpp
H A DFunctionMacro.cpp
H A DUserDefinedConversion.cpp
/llvm-project/clang/test/CodeGen/
H A Dprofile-function-groups.c24 void boo() {} in boo() function
H A Dpreserve-call-conv.c18 void boo(void) __attribute__((preserve_all)) { in boo() function
/llvm-project/clang/test/SemaCXX/
H A Dundefined-partial-specialization.cpp7 class boo {void foo();}; class
H A Dinit-priority-attr.cpp40 Two boo[2] __attribute__((init_priority(65536))); variable
/llvm-project/lld/test/ELF/Inputs/
H A Dicf-merge2.s4 boo: label
/llvm-project/lld/test/ELF/linkerscript/
H A Dva.s23 boo: label
/llvm-project/clang/test/Sema/
H A Dpreserve-none-call-conv.c6 void __attribute__((preserve_none)) boo(void *ptr) { in boo() function
H A Dpreserve-call-conv.c25 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function
/llvm-project/clang/test/Layout/
H A Daix-virtual-function-and-base-with-double.cpp12 virtual void boo() {} in boo() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dno-recursion.cpp137 int boo() { in boo() function
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-template-static-init.cpp89 inline static int boo = foo(); global() variable
/llvm-project/clang/test/OpenMP/
H A Dnvptx_unsupported_type_messages.cpp46 void boo(__float128 A) { return; } in boo() function
50 void boo(long double A) { return; } in boo() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.cpp520 bool boo(bool x) { boo() function