Home
last modified time | relevance | path

Searched refs:_begin (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/ARM/Windows/
Dmov32t-bundling.ll3 @_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/
Dmov32t-bundling.ll3 @_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/
Ddtddata.S38 .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/
Dcontainers.h81 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/
Dst_glsl_to_tgsi_array_merge.h52 void set_begin(int _begin){first_access = _begin;} in set_begin() argument
Dst_glsl_to_tgsi_array_merge.cpp198 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/
Dinalloca-invoke.ll30 ; CHECK: calll _begin
43 ; CHECK: calll _begin
/external/llvm/test/CodeGen/X86/
Dinalloca-invoke.ll30 ; CHECK: calll _begin
43 ; CHECK: calll _begin
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.h225 void set_begin(int _begin){first_access = _begin;} in set_begin() argument
/external/python/google-api-python-client/googleapiclient/
Dhttp.py762 self._begin = begin
777 end = self._begin + self._chunksize
/external/markdown/docs/
Dwriting_extensions.txt439 * 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/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c87 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c88 CAMLprim value llvm_##camlname##_begin(pty Mom) { \