| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | redecl-add-after-load.h | 3 extern constexpr int function() { return 0; } in function() function 8 extern constexpr int function() { return 0; } in function() function 14 constexpr int C::function() { return 0; } in function() function 23 constexpr int D::function() { return 0; } in function() function
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | separate-mp03.f90 | 13 module function f3(x) result(res) module 17 module function f4(x) result(res) module 36 module function f3(x) result(res) module 62 module function f3(x) result(res) module 66 module function f4(x) result(res) module 85 module function f3(x) result(res) module 94 module function s1 module
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | arc-cxx11-init-list.mm | 25 void function(std::initializer_list<I *>); function 27 extern "C" void single() { function({ [I new] }); } function 34 extern "C" void multiple() { function({ [I new], [I new] }); } function
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | int_util.c | 26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl() 52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/ |
| H A D | Translation.cpp | 36 const TranslateFunction &function) { in registerTranslation() 47 StringRef name, const TranslateFunction &function) { in TranslateRegistration() 58 StringRef name, const TranslateSourceMgrToMLIRFunction &function) { in registerTranslateToMLIRFunction() 71 StringRef name, const TranslateSourceMgrToMLIRFunction &function) { in TranslateToMLIRRegistration() 78 StringRef name, const TranslateStringRefToMLIRFunction &function) { in TranslateToMLIRRegistration() 92 StringRef name, const TranslateFromMLIRFunction &function, in TranslateFromMLIRRegistration()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | avoid-bind-permissive-parameter-list.cpp | 40 struct function<void(_ArgTypes...)> { struct 43 function(_Functor) {} in function() function
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | PThreadMutex.cpp | 19 PThreadMutex::Locker::Locker(PThreadMutex &m, const char *function, in Locker() 26 PThreadMutex::Locker::Locker(PThreadMutex *m, const char *function, in Locker() 33 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, in Locker()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/ |
| H A D | TestAvoidBreakpointInDelaySlot.py | 46 def function(self, function, target): argument
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | example-function.cpp | 28 class function<R (Args...)> { class 31 function() : invoker (0) { } in function() function in function 32 function(const function& other) : invoker(0) { in function() function in function 37 template<typename F> function(const F& f) : invoker(0) { in function() function in function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
| H A D | cleanup-ctad.cpp | 14 class function { class 17 function(T) {} in function() function in std::function 18 function(const function &) {} in function() argument
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-print-out-of-line-func.cpp | 63 void TemplateRecord<x, T>::function() { } in function() function in TemplateRecord 77 void TemplateRecord<0, int>::function() { } in function() function in TemplateRecord 94 void OuterTemplateRecord<T>::Inner<U>::function() { } in function() function in OuterTemplateRecord::Inner
|
| /llvm-project-15.0.7/lldb/test/API/benchmarks/turnaround/ |
| H A D | TestCompileRunToBreakpointTurnaround.py | 40 def run_lldb_turnaround(self, exe, function, count): argument 85 def run_gdb_turnaround(self, exe, function, count): argument
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | deep_thread_stack.cpp | 29 void *RunnerThread(void *function) { in RunnerThread() 36 void RunThread(callback_type function) { in RunThread()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-change-namespace/ |
| H A D | lambda-function.cpp | 6 class function<R(ArgTypes...)> { class 9 function(Functor f) {} in function() function in function
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | TestClassForwardDecl.m | 10 void function(Foo * arg) function
|
| H A D | TestClassDecl.m | 13 void function(Foo * arg) function
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | attr-external-source-symbol-cxx11.cpp | 5 void function() { } in function() function
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | arm-qualifier-diagnostics.s | 6 function: label
|
| H A D | thumb-movwt-reloc.s | 8 function: label
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/Windows/ |
| H A D | thumb-attributes.s | 11 function: label
|
| H A D | literals-comments.s | 13 function: label
|
| H A D | text-attributes.s | 15 function: label
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | variant-diagnostics.s | 6 function: label
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | windows-itanium.c | 7 int function(void) { in function() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-doc/ |
| H A D | single-file.cpp | 11 void function(int x) {} in function() function
|