/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 | 139 | At_end of 'a 429 | At_end _ -> raise (Invalid_argument "Invalid global variable range.") 435 iter_global_range f (global_begin m) (At_end m) 440 | At_end _ -> raise (Invalid_argument "Invalid global variable range.") 444 fold_left_global_range f init (global_begin m) (At_end m) 496 | At_end _ -> raise (Invalid_argument "Invalid function range.") 502 iter_function_range f (function_begin m) (At_end m) 507 | At_end _ -> raise (Invalid_argument "Invalid function range.") 511 fold_left_function_range f init (function_begin m) (At_end m) 582 | At_end _ -> raise (Invalid_argument "Invalid parameter range." [all...] |
llvm.mli | 185 (** [Before b] and [At_end a] specify positions from the start of the ['b] list 189 | 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 | 472 at_end(false), 478 return (at_end == that->at_end) && 487 at_end |= that->at_end; 521 bool at_end: 1; member in struct:v8::internal::NodeInfo [all...] |
jsregexp.cc | [all...] |
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 457 insist (At_end m = global_begin m); 465 insist (At_end m = global_succ g2); 616 insist (At_end m = function_begin m); 624 insist (At_end m = function_succ f2); 648 insist (At_end vf = param_begin vf); 666 insist (At_end f = param_succ p2); 732 insist (At_end f = block_begin f); 740 insist (At_end f = block_succ b2); 764 let b = builder_at context (At_end bb) in 766 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.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/ |
elfos.h | 319 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\ 327 && ! AT_END && TOP_LEVEL \
|
/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 \
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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 \
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 300 if block_begin f <> At_end f then
|
/external/v8/test/mjsunit/ |
regexp.js | 332 assertFalse(/f(o)$\1/.test('foo'), "backref detects at_end");
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
output.h | 195 AT_END is nonzero if this is the special handling, at end of compilation,
|
/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,
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
output.h | 195 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 <> At_end f then [all...] |
OCamlLangImpl3.html | [all...] |
OCamlLangImpl5.html | [all...] |
OCamlLangImpl6.html | [all...] |
OCamlLangImpl7.html | [all...] |