Home
last modified time | relevance | path

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

123456789

/llvm-project/llvm/test/tools/llvm-xray/X86/Inputs/
H A Dsimple-instrmap.yaml4 - { id: 1, address: 0x1, function: 0x1, kind: function-enter, always-instrument: true} key
5 - { id: 1, address: 0x2, function: 0x1, kind: function-exit, always-instrument: true} key
6 - { id: 2, address: 0x2, function: 0x2, kind: function-enter, always-instrument: true} key
7 - { id: 2, address: 0x3, function: 0x2, kind: function-exit, always-instrument: true} key
8 - { id: 3, address: 0x3, function: 0x3, kind: function-enter, always-instrument: true} key
9 - { id: 3, address: 0x4, function: 0x3, kind: function-exit, always-instrument: true} key
10 - { id: 4, address: 0x4, function: 0x4, kind: function-enter, always-instrument: true} key
11 - { id: 4, address: 0x5, function: 0x4, kind: function-exit, always-instrument: true} key
12 - { id: 5, address: 0x5, function: 0x5, kind: function-enter, always-instrument: true} key
13 - { id: 5, address: 0x6, function: 0x5, kind: function-exit, always-instrument: true} key
[all …]
H A Dsimple-xray-instrmap.yaml2 - { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, always-… key
3 - { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, always-instr… key
4 - { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, always-… key
5 - { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, always-instr… key
6 - { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, always-… key
7 - { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, always-i… key
/llvm-project/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/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/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
33 extern "C" void multiple() { function({ [I new], [I new] }); } function
/llvm-project/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/llvm/test/MC/ARM/Windows/
H A Dliterals-comments.s11 .global function symbol
13 function: label
H A Dthumb-attributes.s9 .global function symbol
11 function: label
H A Dtext-attributes.s13 .global function symbol
15 function: label
/llvm-project/clang-tools-extra/test/clang-doc/
H A Dtemplates.cpp10 void function(T x) {} function() function
13 void function<bool, 0>(bool x) {} function() function
[all...]
/llvm-project/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/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/lld/test/ELF/
H A Darm-got-relative.s24 .globl function symbol
26 function: label
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/
H A DTestAvoidBreakpointInDelaySlot.py40 def function(self, function, target): argument
/llvm-project/mlir/lib/Tools/mlir-translate/
H A DTranslation.cpp55 const TranslateFunction &function) { in registerTranslation()
66 StringRef name, StringRef description, const TranslateFunction &function) { in TranslateRegistration()
81 const TranslateSourceMgrToMLIRFunction &function) { in registerTranslateToMLIRFunction()
99 const TranslateSourceMgrToMLIRFunction &function, in TranslateToMLIRRegistration()
107 const TranslateRawSourceMgrToMLIRFunction &function, in TranslateToMLIRRegistration()
119 const TranslateStringRefToMLIRFunction &function, in TranslateToMLIRRegistration()
138 const TranslateFromMLIRFunction &function, in TranslateFromMLIRRegistration()
/llvm-project/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/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/libc/src/__support/CPP/
H A Dfunctional.h29 /// store a function. variable
43 LIBC_INLINE function() = default; in function() function
/llvm-project/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/offload/DeviceRTL/src/
H A DDebug.cpp30 __assert_fail(const char * expr,const char * file,unsigned line,const char * function) __assert_fail() argument
34 __assert_fail_internal(const char * expr,const char * msg,const char * file,unsigned line,const char * function) __assert_fail_internal() argument
/llvm-project/llvm/test/MC/ARM/
H A Deh-directive-personalityindex-diagnostics.s7 .global function symbol
10 function: label
/llvm-project/lldb/test/API/benchmarks/turnaround/
H A DTestCompileRunToBreakpointTurnaround.py
/llvm-project/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/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/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DCOFF_Thumb.s32 .globl function symbol
36 function: label

123456789