/external/llvm/test/CodeGen/ARM/ |
no-tail-call.ll | 50 ; CHECK-LABEL: func2: 53 define { float, float } @func2() {
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
stack_layout.ll | 38 define void @Func2() sanitize_address { 40 ; CHECK-LABEL: Func2
|
/external/llvm/test/Transforms/LoopVectorize/ |
same-base-access.ll | 80 ; CHECK-LABEL: @func2( 83 define i32 @func2(i32* nocapture %a) nounwind uwtable ssp {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
get.pass.cpp | 27 void func2(std::promise<int> p) function 75 std::thread(func2, std::move(p)).detach();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
get.pass.cpp | 27 void func2(std::promise<int> p) function 75 std::thread(func2, std::move(p)).detach();
|
/external/valgrind/callgrind/docs/ |
cl-format.xml | 129 <function>func1</function>, and <function>func2</function>. Function 131 <function>func2</function> 3 times. <function>func1</function> calls 132 <function>func2</function> 2 times. 142 cfn=func2 149 cfn=func2 154 fn=func2 161 and 400 as sum for the three calls to <function>func2</function>.</para> 167 at line 51 of <filename>file1.c</filename>, where <function>func2</function> 199 cfn=(3) func2 227 fn=(3) func2 [all...] |
/external/clang/test/Index/ |
annotate-tokens.c | 58 void func2(void); 232 // CHECK-RANGE2: Keyword: "void" [58:1 - 58:5] FunctionDecl=func2:58:6 233 // CHECK-RANGE2: Identifier: "func2" [58:6 - 58:11] FunctionDecl=func2:58:6 234 // CHECK-RANGE2: Punctuation: "(" [58:11 - 58:12] FunctionDecl=func2:58:6 235 // CHECK-RANGE2: Keyword: "void" [58:12 - 58:16] FunctionDecl=func2:58:6 236 // CHECK-RANGE2: Punctuation: ")" [58:16 - 58:17] FunctionDecl=func2:58:6
|
/external/llvm/test/MC/ARM/ |
eh-directive-handlerdata.s | 63 .globl func2 65 .type func2,%function 67 func2: label
|
eh-directive-multiple-offsets.s | 41 .globl func2 42 .type func2,%function 45 func2: label
|
/external/clang/test/CodeGenCXX/ |
apple-kext-indirect-call-2.cpp | 51 void FUNC2(Derived2* p) {
|
/external/clang/test/Sema/ |
attr-capabilities.c | 29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {}
|
/external/v8/tools/gyp/test/builddir/ |
gyptest-all.py | 57 Hello from func2.c
|
gyptest-default.py | 57 Hello from func2.c
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_test_harness.h | 80 /* !< Long name or full description "This test pushes func2() to the limit." */
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_test_harness.h | 80 /* !< Long name or full description "This test pushes func2() to the limit." */
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_test_harness.h | 80 /* !< Long name or full description "This test pushes func2() to the limit." */
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_test_harness.h | 80 /* !< Long name or full description "This test pushes func2() to the limit." */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips16-hilo-match.s | 74 jal func2
|
/external/llvm/test/DebugInfo/X86/ |
parameters.ll | 19 ; void func2(bool b, foo g) { 101 !17 = distinct !DISubprogram(name: "func2", linkageName: "_ZN7pr147635func2EbNS_3fooE", line: 12, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 12, file: !1, scope: !5, type: !18, variables: !2)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
pystone.py | 113 BoolGlob = not Func2(String1Loc, String2Loc) 233 def Func2(StrParI1, StrParI2):
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
pystone.py | 113 BoolGlob = not Func2(String1Loc, String2Loc) 233 def Func2(StrParI1, StrParI2):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 113 BoolGlob = not Func2(String1Loc, String2Loc) 233 def Func2(StrParI1, StrParI2):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 113 BoolGlob = not Func2(String1Loc, String2Loc) 233 def Func2(StrParI1, StrParI2):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pstats.py | 255 for func2, caller in callers.iteritems(): 256 newcallers[func_strip_path(func2)] = caller 281 for func2, caller in callers.iteritems(): 282 if not func2 in all_callees: 283 all_callees[func2] = {} 284 all_callees[func2][func] = caller
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pstats.py | 255 for func2, caller in callers.iteritems(): 256 newcallers[func_strip_path(func2)] = caller 281 for func2, caller in callers.iteritems(): 282 if not func2 in all_callees: 283 all_callees[func2] = {} 284 all_callees[func2][func] = caller
|