Searched defs:Of (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs89 public static BitSet Of(int el) { method in class:Antlr.Runtime.BitSet
95 public static BitSet Of(int a, int b) { method in class:Antlr.Runtime.BitSet
102 public static BitSet Of(int a, int b, int c) { method in class:Antlr.Runtime.BitSet
110 public static BitSet Of(int a, int b, int c, int d) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs96 public static BitSet Of( int el ) method in class:Antlr.Runtime.BitSet
103 public static BitSet Of( int a, int b ) method in class:Antlr.Runtime.BitSet
111 public static BitSet Of( int a, int b, int c ) method in class:Antlr.Runtime.BitSet
120 public static BitSet Of( int a, int b, int c, int d ) method in class:Antlr.Runtime.BitSet
/external/chromium_org/v8/src/
H A Dtypes.h376 static TypeHandle Of(double value, Region* region) { function in class:v8::internal::TypeImpl
379 static TypeHandle Of(i::Object* value, Region* region) { function in class:v8::internal::TypeImpl
382 static TypeHandle Of(i::Handle<i::Object> value, Region* region) { function in class:v8::internal::TypeImpl
383 return Of(*value, region);
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc203 TypeHandle Of(Handle<i::Object> value) { function in class:Types
204 return Type::Of(value, region_);
718 void Of() { function in struct:Tests
719 // Constant(V)->Is(Of(V))
723 TypeHandle of_type = T.Of(value);
727 // If Of(V)->Is(T), then Constant(V)->Is(T)
733 TypeHandle of_type = T.Of(value);
738 // If Constant(V)->Is(T), then Of(V)->Is(T) or T->Maybe(Constant(V))
744 TypeHandle of_type = T.Of(value);
760 // NowOf(V)->Is(Of(
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1550 CAMLprim LLVMValueRef llvm_build_switch(LLVMValueRef Of, argument
1554 return LLVMBuildSwitch(Builder_val(B), Of, Else, Int_val(EstimatedCount));

Completed in 297 milliseconds