Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 169) sorted by relevance

1234567

/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dredecl-add-after-load.h3 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 Dseparate-mp03.f9013 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 Darc-cxx11-init-list.mm25 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 Dint_util.c26 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 DTranslation.cpp36 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 Davoid-bind-permissive-parameter-list.cpp40 struct function<void(_ArgTypes...)> { struct
43 function(_Functor) {} in function() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp19 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 DTestAvoidBreakpointInDelaySlot.py46 def function(self, function, target): argument
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp28 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 Dcleanup-ctad.cpp14 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 Dast-print-out-of-line-func.cpp63 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 DTestCompileRunToBreakpointTurnaround.py40 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 Ddeep_thread_stack.cpp29 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 Dlambda-function.cpp6 class function<R(ArgTypes...)> { class
9 function(Functor f) {} in function() function in function
/llvm-project-15.0.7/clang/test/Index/
H A DTestClassForwardDecl.m10 void function(Foo * arg) function
H A DTestClassDecl.m13 void function(Foo * arg) function
/llvm-project-15.0.7/clang/test/Parser/
H A Dattr-external-source-symbol-cxx11.cpp5 void function() { } in function() function
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Darm-qualifier-diagnostics.s6 function: label
H A Dthumb-movwt-reloc.s8 function: label
/llvm-project-15.0.7/llvm/test/MC/ARM/Windows/
H A Dthumb-attributes.s11 function: label
H A Dliterals-comments.s13 function: label
H A Dtext-attributes.s15 function: label
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dvariant-diagnostics.s6 function: label
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dwindows-itanium.c7 int function(void) { in function() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-doc/
H A Dsingle-file.cpp11 void function(int x) {} in function() function

1234567