HomeSort by relevance Sort by last modified time
    Searched defs:Of (Results 1 - 6 of 6) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. The name of the author may not be used to endorse or promote products
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. The name of the author may not be used to endorse or promote products
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 5 // This file is distributed under the University of Illinois Open Source
31 // Go over all the formal parameters of the function. If a given parameter
33 // parameter and create an entry in the VRX map indicating the type of ex-
44 // der the initial sequence of formal parameters that are known to be
117 // The main purpose of this operator is to assert with bad argument.
145 // call site, and we should take advantage of this knowledge. The MRI
146 // keeps a list of pairs of live-in physical and virtual registers,
165 // checking what kind of operand a given instruction has individually
203 // Extract RW low bits of the cell
    [all...]
  /external/v8/test/cctest/
types-fuzz.h 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
12 // * Neither the name of Google Inc. nor the names of its
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US
    [all...]
test-types.cc 2 // Use of this source code is governed by a BSD-style license that can be
38 // HACK: the number 5 below is the value of StructuralType::kUnionTag.
72 // HACK: the number 5 below is the value of StructuralType::kUnionTag.
261 // Pointwiseness of Union.
280 // Pointwiseness of Intersect.
299 // Pointwiseness of Is.
369 // Typing of numbers
592 void Of() {
593 // Constant(V)->Is(Of(V))
597 TypeHandle of_type = T.Of(value)
    [all...]
  /external/v8/src/
types.h 2 // Use of this source code is governed by a BSD-style license that can be
24 // Types consist of two dimensions: semantic (value range) and representation.
61 // TODO(rossberg): the latter is not currently true for proxies, because of fix,
63 // However, we also define a 'temporal' variant of the subtyping relation that
102 // subtype of Range(n, n) (and therefore also a subtype of any larger range).
136 // especially with respect to the properties of the more exotic 'temporal'
254 * Some of the atomic numerical bitsets are internal only (see
257 * occur as part of PlainNumber.
436 static TypeHandle Of(double value, Region* region)
    [all...]

Completed in 129 milliseconds