Searched refs:_begin (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/ARM/Windows/ |
D | mov32t-bundling.ll | 3 @_begin = external global i8 10 …br i1 icmp uge (i32 sub (i32 ptrtoint (i8* @_end to i32), i32 ptrtoint (i8* @_begin to i32)), i32 … 22 ; CHECK: movw r0, :lower16:_begin 23 ; CHECK-NEXT: movt r0, :upper16:_begin
|
/external/llvm/test/CodeGen/ARM/Windows/ |
D | mov32t-bundling.ll | 3 @_begin = external global i8 10 …br i1 icmp uge (i32 sub (i32 ptrtoint (i8* @_end to i32), i32 ptrtoint (i8* @_begin to i32)), i32 … 22 ; CHECK: movw r0, :lower16:_begin 23 ; CHECK-NEXT: movt r0, :upper16:_begin
|
/external/wayland/src/ |
D | dtddata.S | 38 .globl \name\()_begin 39 \name\()_begin: 46 .int (\name\()_end - \name\()_begin)
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-auto/ |
D | containers.h | 81 iterator begin() { return _begin; } in begin() 84 const_iterator begin() const { return _begin; } in begin() 87 const_iterator cbegin() const { return _begin; } in cbegin() 91 iterator _begin, _end;
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_array_merge.h | 52 void set_begin(int _begin){first_access = _begin;} in set_begin() argument
|
D | st_glsl_to_tgsi_array_merge.cpp | 198 void array_live_range::set_live_range(int _begin, int _end) in set_live_range() argument 200 set_begin(_begin); in set_live_range()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | inalloca-invoke.ll | 30 ; CHECK: calll _begin 43 ; CHECK: calll _begin
|
/external/llvm/test/CodeGen/X86/ |
D | inalloca-invoke.ll | 30 ; CHECK: calll _begin 43 ; CHECK: calll _begin
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverange.h | 225 void set_begin(int _begin){first_access = _begin;} in set_begin() argument
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 762 self._begin = begin 777 end = self._begin + self._chunksize
|
/external/markdown/docs/ |
D | writing_extensions.txt | 439 * The special strings ``"_begin"`` and ``"_end"`` insert that item at the 452 >>> od['one'] = 1 # The same as: od.add('one', 1, '_begin')
|
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 87 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 88 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
|