Home
last modified time | relevance | path

Searched refs:mem_ptr_type (Results 1 – 25 of 26) sorted by relevance

12

/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/thesauri/
H A Dwn_synset.h36 typedef char const* mem_ptr_type; typedef
57 void operator()( mem_ptr_type *pptr, result_type *result ) const { in operator()
67 void operator()( mem_ptr_type *pptr, result_type *result ) const;
75 base128_list_args( mem_ptr_type *pptr ) : in base128_list_args()
82 mem_ptr_type const begin;
115 synset( mem_ptr_type p );
145 static part_of_speech::type get_pos( mem_ptr_type* );
146 static mem_ptr_type* skip_lemmas( size_type, mem_ptr_type* );
H A Dencoded_list.h42 typedef char const* mem_ptr_type; typedef
56 typedef typename decoder_type::mem_ptr_type mem_ptr_type; typedef
70 encoded_list( size_type size, mem_ptr_type begin,
115 const_iterator( size_type size, mem_ptr_type begin, in const_iterator()
131 mem_ptr_type cur_ptr_;
167 mem_ptr_type begin_;
H A Dwn_synset.cpp32 void synset::ptr_decoder::operator()( mem_ptr_type *pptr, in operator ()()
55 synset::synset( mem_ptr_type p ) : in synset()
71 part_of_speech::type synset::get_pos( mem_ptr_type *pptr ) { in get_pos()
86 synset::mem_ptr_type* synset::skip_lemmas( size_type n, mem_ptr_type *pptr ) { in skip_lemmas()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
179 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
190 LLVMValueRef phi = LLVMBuildPhi(gallivm->builder, mem_ptr_type, ""); in lp_build_coro_begin_alloc_mem()
191 LLVMValueRef zero_bool = LLVMConstNull(mem_ptr_type); in lp_build_coro_begin_alloc_mem()
203 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() local
206 …alloced = LLVMBuildICmp(gallivm->builder, LLVMIntEQ, alloced_ptr, LLVMConstNull(mem_ptr_type), ""); in lp_build_coro_alloc_mem_array()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() local
171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
180 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() local
181 LLVMValueRef alloc_mem_store = lp_build_alloca(gallivm, mem_ptr_type, "coro mem"); in lp_build_coro_begin_alloc_mem()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/api/
H A Ddebugger.c212 EXPORT void * CALL DebugMemGetPointer(m64p_dbg_memptr_type mem_ptr_type) in DebugMemGetPointer() argument
214 switch (mem_ptr_type) in DebugMemGetPointer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp202 using mem_ptr_type = int (A::*)(int); typedef
204 template<mem_ptr_type ptr>
211 consteval mem_ptr_type ret2() { in ret2()

12