/external/clang/lib/Lex/ |
PPExpressions.cpp | 373 // If this operator is live and overflowed, report the issue. 717 // If this operator is live and overflowed, report the issue.
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 500 * platform libm overflowed but didn't set errno, force errno to ERANGE. In [all...] |
/prebuilts/gdb/linux-x86/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 500 * platform libm overflowed but didn't set errno, force errno to ERANGE. In [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 500 * platform libm overflowed but didn't set errno, force errno to ERANGE. In [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyport.h | 467 * overflowed or not-a-number, set errno to ERANGE or EDOM. Set errno 500 * platform libm overflowed but didn't set errno, force errno to ERANGE. In [all...] |
/external/bison/lib/ |
hash.c | 79 /* Whenever obstacks are used, it is possible to allocate all overflowed 721 /* Free all bucket overflowed entries. */ [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long.py | 559 self.fail("int(long(sys.maxint)) overflowed!") 567 self.fail("int(long(-sys.maxint-1)) overflowed!") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long.py | 559 self.fail("int(long(sys.maxint)) overflowed!") 567 self.fail("int(long(-sys.maxint-1)) overflowed!") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 559 self.fail("int(long(sys.maxint)) overflowed!") 567 self.fail("int(long(-sys.maxint-1)) overflowed!") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 559 self.fail("int(long(sys.maxint)) overflowed!") 567 self.fail("int(long(-sys.maxint-1)) overflowed!") [all...] |
/external/icu/icu4c/source/i18n/ |
collationkeys.cpp | 340 if(!preflight && sink.Overflowed()) {
|
/external/icu/icu4c/source/test/cintltst/ |
ncnvfbts.c | 200 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
|
/external/libpcap/msdos/ |
ndis2.c | 512 printf ("ERROR: transmit queue overflowed\n");
|
/external/llvm/include/llvm/CodeGen/ |
MachineValueType.h | 673 "MVT iterator overflowed.");
|
/external/llvm/lib/Transforms/Utils/ |
LoopUnrollRuntime.cpp | 355 // 2. the addition computing TripCount overflowed
|
/external/mesa3d/src/gallium/docs/source/ |
context.rst | 350 whether the stream output targets have overflowed as a result of the
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4.cpp | 608 * constants, so this turns access to the overflowed constants into
|
/external/regex-re2/re2/ |
regexp.cc | 87 // already overflowed
|
/external/valgrind/cachegrind/ |
cg_arch.c | 112 "One of the cache parameters was too large and overflowed.\n");
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 73 Ovf bool // set if Val overflowed compiler limit (sticky)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 70 Ovf bool // set if Val overflowed compiler limit (sticky)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 73 Ovf bool // set if Val overflowed compiler limit (sticky)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 70 Ovf bool // set if Val overflowed compiler limit (sticky)
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-ns32k.c | 354 might have overflowed before we get here. For a correct check we
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | 537 // The operation overflowed iff the result in the larger type is not the 553 // Overflowed if and only if this is not equal to Res. 730 // The operation overflowed iff the result in the larger type is not the 745 // Overflowed if and only if this is not equal to Res. 763 // To determine if the result overflowed in a larger type, we extend the [all...] |