HomeSort by relevance Sort by last modified time
    Searched refs:assume (Results 276 - 300 of 440) sorted by null

<<1112131415161718

  /prebuilts/go/darwin-x86/src/runtime/
trace.go 123 // func/file:line info after tracing session, so we assume
1010 // trace, assume that the trace was started after the actual syscall
    [all...]
cgocall.go 593 // We have to assume that it might contain a pointer.
malloc.go 163 // since we assume that the first page is never mapped.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 629 // literal T{}. If the next token is a {, assume x is a
1028 // assume element type is simply absent - don't advance
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
trace.go 123 // func/file:line info after tracing session, so we assume
1010 // trace, assume that the trace was started after the actual syscall
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 64 // Simplifying using an assume can only be done in a particular control-flow
65 // context (the context instruction provides that context). If an assume and
76 /// computeKnownBits to repeatedly visit the same assume intrinsic. The
77 /// classic case of this is assume(x = y), which will attempt to determine
443 case Intrinsic::assume:
463 // There are two restrictions on the use of an assume:
464 // 1. The assume must dominate the context (or the control flow must
465 // reach the assume whenever it reaches the context).
466 // 2. The context must not be in the assume's set of ephemeral values
467 // (otherwise we will use the assume to prove that the conditio
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 727 return (bool)N->getState()->assume(Constraint, !Assumption);
    [all...]
  /build/blueprint/
package_ctx.go 178 // replaceing all the '/' characters with '.'. We assume the results are
  /build/make/core/
config.mk 346 # For a 64 bit target, assume that the 2ND_CPU_ABI
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 67 state not saved on the stack is assume to remain valid through the end
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 837 // assume files move (get installed)
noder.go 604 n := p.nod(stmt, OAS, nil, nil) // assume common case
swt.go 450 // statement. Do not assume it'll be in the last
syntax.go 234 // We keep these linked (assume N > 1):
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 1210 // is on PATH; assume they know what they are doing.
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 600 // Thus, assume the type comes from the previous type.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
asm.go 548 // assume got->size == 0 too
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 395 // We assume the soft-float ABI unless we see a tag indicating otherwise.
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 699 // assume x is not an integer because of rounding
  /prebuilts/go/darwin-x86/src/html/template/
escape.go 570 // We need to assume an output context so that recursive template calls
  /prebuilts/go/darwin-x86/src/net/http/
client.go 834 // directly, we don't know their scope, so we assume
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 837 // assume files move (get installed)
noder.go 604 n := p.nod(stmt, OAS, nil, nil) // assume common case
swt.go 450 // statement. Do not assume it'll be in the last

Completed in 5554 milliseconds

<<1112131415161718