Home
last modified time | relevance | path

Searched refs:callit (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dbranch-08.ll19 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/
Dbranch-08.ll19 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/
Dbr_analyze.ll36 ; 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/
Dcv-loc-unreachable.s15 # void callit() {
45 .globl _callit # -- Begin function callit
46 _callit: # @callit
108 .long 241 # Symbol subsection for callit
182 # Name: callit
Dcv-loc-unreachable-2.s34 .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/
Dlunit.lua535 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/
Dsysv_abi.c16 void callit() { in callit() function
/external/llvm-project/llvm/test/Bitcode/
Dobjectsize-upgrade-7.0.ll5 define void @callit(i8* %ptr) {
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py181 self.callit()
225 def callit(self): member in FunctionGenerator
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-virtual-inheritance.cpp495 void callit(C *p) { in callit() function
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-virtual-inheritance.cpp512 void callit(C *p) { in callit() function
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dn32.S197 callit: label
/external/libffi/src/mips/
Dn32.S215 callit: label
/external/python/cpython2/Lib/lib-tk/
DTkinter.py594 def callit(): function
602 callit.__name__ = func.__name__
603 name = self._register(callit)
/external/python/cpython3/Lib/tkinter/
D__init__.py803 def callit(): function
811 callit.__name__ = func.__name__
812 name = self._register(callit)