HomeSort by relevance Sort by last modified time
    Searched full:callee (Results 1 - 25 of 1053) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/diagnostics/
undef-value-callee.h 2 void callee() { function
  /external/llvm/test/Analysis/CallGraph/
2008-09-09-DirectCall.ll 4 ; CHECK: CS<{{.*}}> calls function 'callee'
6 ; CHECK: CS<{{.*}}> calls function 'callee'
8 define internal void @callee(...) {
15 call void (...)* @callee( void (...)* @callee )
  /external/llvm/test/Transforms/Inline/
2004-04-20-InlineLinkOnce.ll 4 call void @callee( )
8 define linkonce void @callee() {
2003-10-13-AllocaDominanceProblem.ll 8 call void @callee( )
12 define internal void @callee() {
2003-09-14-InlineValue.ll 5 define internal i32 @Callee() {
12 %V = invoke i32 @Callee( )
invoke_test-1.ll 9 define internal void @callee() {
16 invoke void @callee( )
recursive.ll 8 ; Make sure that the callee is still here.
9 ; CHECK-LABEL: define i32 @callee(
10 define i32 @callee(i32 %param) {
29 %f = call i32 @callee(i32 %r)
invoke_test-2.ll 9 define internal i32 @callee() {
22 ; caller returns true if might_throw throws an exception... callee cannot throw.
24 %X = invoke i32 @callee( )
  /external/clang/test/CodeGenCXX/
virtual-pseudo-destructor-call.cpp 11 // CHECK: [[CALLEE:%[a-zA-Z0-9.]*]] = load
12 // CHECK: call {{.*}} [[CALLEE]](
  /external/clang/test/Analysis/
shallow-mode.m 18 + (void)callee;
24 [MyClass callee];
26 + (void)callee {
inline4.c 10 // in the callee.
  /external/llvm/test/Transforms/PruneEH/
2003-11-21-PHIUpdate.ll 3 define internal void @callee() {
9 invoke void @callee( )
  /bionic/libc/arch-x86/bionic/
syscall.S 5 * %ebx: arg0 to system call - callee save
8 * %esi: arg3 - callee save
9 * %edi: arg4 - callee save
10 * %ebp: arg5 - callee save
17 # Push the callee save registers.
46 # Restore the callee save registers.
  /external/llvm/test/Transforms/ArgumentPromotion/
2008-07-02-array-indexing.ll 2 ; RUN: cat %t | grep "define.*@callee(.*i32\*"
7 define internal i32 @callee(i1 %C, i32* %A) {
22 %X = call i32 @callee(i1 false, i32* null) ; <i32> [#uses=1]
control-flow.ll 4 define internal i32 @callee(i1 %C, i32* %P) {
16 %X = call i32 @callee( i1 true, i32* null ) ; <i32> [#uses=1]
  /external/llvm/test/Transforms/ObjCARC/
pr12270.ll 12 call void @callee()
20 declare void @callee()
  /external/clang/test/SemaObjC/
nonnull.m 34 func1(0, cp2, i1); // expected-warning {{null passed to a callee which requires a non-null argument}}
35 func1(cp1, 0, i1); // expected-warning {{null passed to a callee which requires a non-null argument}}
39 func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee which requires a non-null argument}}
40 func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee which requires a non-null argument}}
42 func4(0, cp1); // expected-warning {{null passed to a callee which requires a non-null argument}}
43 func4(cp1, 0); // expected-warning {{null passed to a callee which requires a non-null argument}}
67 _dispatch_queue_push_list(0); // expected-warning {{null passed to a callee which requires a non-null argument}}
90 [object doSomethingWithNonNullPointer:NULL:1:NULL]; // expected-warning 2 {{null passed to a callee which requires a non-null argument}}
91 [object doSomethingWithNonNullPointer:vp:1:NULL]; // expected-warning {{null passed to a callee which requires a non-null argument}}
92 [NSObject doSomethingClassyWithNonNullPointer:NULL]; // expected-warning {{null passed to a callee which requires a non-null argument}
    [all...]
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 21 const Expr *Callee = CE->getCallee();
22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
27 // Get the name of the callee.
41 report->addRange(Callee->getSourceRange());
  /external/llvm/test/Transforms/InstCombine/
nothrow.ll 6 call double @t1(i32 42) ;; dead call even though callee is not nothrow.
  /external/llvm/test/CodeGen/X86/
fast-cc-pass-in-regs.ll 4 declare x86_fastcallcc i64 @callee(i64 inreg)
7 %X = call x86_fastcallcc i64 @callee( i64 4294967299 ) ; <i64> [#uses=1]
  /external/clang/test/CodeGen/
2007-06-18-SextAttrAggregate.c 6 // AArch64 ABI actually requires the reverse of what this is testing: the callee
  /dalvik/vm/compiler/codegen/mips/mips/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
28 /* For performance reasons, we are not using any "callee saved" */
37 /* For performance reasons, we are not using any "callee saved" */
  /external/chromium_org/third_party/mesa/src/src/mesa/x86-64/
calling_convention.txt 5 rbx* callee-saved register; optionally used as base pointer
13 rbp* callee-saved register; optionally used as frame pointer
27 r12-15* callee-saved registers
  /external/llvm/test/CodeGen/MSP430/
byval.ll 9 define i16 @callee(%struct.Foo* byval %f) nounwind {
11 ; CHECK-LABEL: callee:
24 %call = call i16 @callee(%struct.Foo* byval @foo)
  /external/llvm/test/CodeGen/NVPTX/
i8-param.ll 5 ; CHECK: .visible .func (.param .b32 func_retval0) callee
6 define i8 @callee(i8 %a) {
17 %ret = tail call i8 @callee(i8 %val)

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 91011>>