HomeSort by relevance Sort by last modified time
    Searched full:at_end (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/utils/lit/lit/
TclUtil.py 27 def at_end(self): member in class:TclLexer
73 if self.at_end():
92 if self.at_end():
99 if self.at_end():
111 while not self.at_end():
118 if self.at_end():
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
145 if self.at_end() or self.look().isspace():
153 while not self.at_end():
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 79 gboolean at_end; member in struct:_GLocalFileEnumerator
267 if (local->at_end)
306 local->at_end = TRUE;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 238 | At_end of 'a
545 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
551 iter_global_range f (global_begin m) (At_end m)
556 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
560 fold_left_global_range f init (global_begin m) (At_end m)
612 | At_end _ -> raise (Invalid_argument "Invalid function range.")
618 iter_function_range f (function_begin m) (At_end m)
623 | At_end _ -> raise (Invalid_argument "Invalid function range.")
627 fold_left_function_range f init (function_begin m) (At_end m)
747 | At_end _ -> raise (Invalid_argument "Invalid parameter range."
    [all...]
llvm.mli 286 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
290 | At_end of 'a
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 62 if block_begin f <> At_end f then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 62 if block_begin f <> At_end f then
  /external/v8/src/
jsregexp.h 477 at_end(false),
483 return (at_end == that->at_end) &&
492 at_end |= that->at_end;
526 bool at_end: 1; member in struct:v8::internal::NodeInfo
    [all...]
jsregexp.cc     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 467 insist (At_end m = global_begin m);
475 insist (At_end m = global_succ g2);
626 insist (At_end m = function_begin m);
634 insist (At_end m = function_succ f2);
658 insist (At_end vf = param_begin vf);
676 insist (At_end f = param_succ p2);
742 insist (At_end f = block_begin f);
750 insist (At_end f = block_succ b2);
774 let b = builder_at context (At_end bb) in
776 insist (At_end bb = instr_begin bb)
    [all...]
  /external/mesa3d/src/mesa/main/
simple_list.h 163 #define at_end(list, elem) ((elem) == (list)) macro
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 184 if block_begin f <> At_end f then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 202 if block_begin f <> At_end f then
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
elfos.h 319 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\
327 && ! AT_END && TOP_LEVEL \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\
338 && ! AT_END && TOP_LEVEL \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\
338 && ! AT_END && TOP_LEVEL \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 330 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\
338 && ! AT_END && TOP_LEVEL \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 300 if block_begin f <> At_end f then
  /external/v8/test/mjsunit/
regexp.js 343 assertFalse(/f(o)$\1/.test('foo'), "backref detects at_end");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
output.h 195 AT_END is nonzero if this is the special handling, at end of compilation,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 208 AT_END is nonzero if this is the special handling, at end of compilation,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 208 AT_END is nonzero if this is the special handling, at end of compilation,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 208 AT_END is nonzero if this is the special handling, at end of compilation,
  /external/llvm/docs/tutorial/
OCamlLangImpl4.html 837 if block_begin f &lt;&gt; At_end f then
    [all...]
OCamlLangImpl3.html     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 

Completed in 665 milliseconds

1 2