/external/llvm/test/CodeGen/SystemZ/ |
D | branch-08.ll | 19 br i1 %cmp, label %callit, label %return 21 callit: 38 br i1 %cmp, label %callit, label %return 40 callit:
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | branch-08.ll | 19 br i1 %cmp, label %callit, label %return 21 callit: 38 br i1 %cmp, label %callit, label %return 40 callit:
|
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | br_analyze.ll | 36 ; CHECK-NEXT: .LBB0_2: # %callit 44 br i1 %cmp, label %callit, label %return 46 callit: 81 ; CHECK-NEXT: .LBB1_2: # %callit 88 br i1 %cmp, label %callit, label %return 90 callit:
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-loc-unreachable.s | 15 # void callit() { 45 .globl _callit # -- Begin function callit 46 _callit: # @callit 108 .long 241 # Symbol subsection for callit 182 # Name: callit
|
D | cv-loc-unreachable-2.s | 34 .globl _callit # -- Begin function callit 35 _callit: # @callit 101 .long 241 # Symbol subsection for callit 175 # Name: callit
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 535 local function callit(context, func) function 545 traceback_hide(callit) 554 local setup_ok = callit( "setup", setup ) 555 local test_ok = setup_ok and callit( "test", test ) 556 local teardown_ok = setup_ok and callit( "teardown", teardown )
|
/external/llvm-project/clang/test/CodeGen/ |
D | sysv_abi.c | 16 void callit() { in callit() function
|
/external/llvm-project/llvm/test/Bitcode/ |
D | objectsize-upgrade-7.0.ll | 5 define void @callit(i8* %ptr) {
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 181 self.callit() 225 def callit(self): member in FunctionGenerator
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-virtual-inheritance.cpp | 495 void callit(C *p) { in callit() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | microsoft-abi-virtual-inheritance.cpp | 512 void callit(C *p) { in callit() function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | n32.S | 197 callit: label
|
/external/libffi/src/mips/ |
D | n32.S | 215 callit: label
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 594 def callit(): function 602 callit.__name__ = func.__name__ 603 name = self._register(callit)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 803 def callit(): function 811 callit.__name__ = func.__name__ 812 name = self._register(callit)
|