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

<<111213141516

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 709 switch t.Results().NumFields() {
715 buf = append(buf, t.Results().Field(0).Type.String()...) // struct->field->field's type
719 buf = append(buf, t.Results().String()...)
    [all...]
inl.go 621 for _, t := range fn.Type.Results().Fields().Slice() {
680 if n.List.First().Left.Type.Results().NumFields() > 1 {
681 multiret = n.List.First().Left.Type.Results().NumFields() - 1
890 // Synthesize a variable to store the inlined function's results in.
reflect.go 274 for _, t := range f.Results().Fields().Slice() {
1198 for _, t1 := range t.Results().Fields().Slice() {
1204 outCount := t.Results().NumFields()
1214 dataAdd := (inCount + t.Results().NumFields()) * Widthptr
1224 for _, t1 := range t.Results().Fields().Slice() {
    [all...]
bexport.go 532 p.paramList(sig.Results(), inlineable)
726 p.paramList(sig.Results(), inlineable)
774 p.paramList(t.Results(), false)
873 p.paramList(m.Type.Results(), false)
    [all...]
range.go 340 eif.Rlist.Set1(mkcall1(fn, fn.Type.Results(), nil, ha, hv1))
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 271 var results []string
272 if n.Results != nil {
273 needParens = needParens || len(n.Results.List) > 1
274 for _, field := range n.Results.List {
276 results = append(results, pkg.oneLineField(field, depth))
281 if len(results) == 0 {
284 result := strings.Join(results, ", ")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 274 for _, t := range f.Results().Fields().Slice() {
1198 for _, t1 := range t.Results().Fields().Slice() {
1204 outCount := t.Results().NumFields()
1214 dataAdd := (inCount + t.Results().NumFields()) * Widthptr
1224 for _, t1 := range t.Results().Fields().Slice() {
    [all...]
bexport.go 532 p.paramList(sig.Results(), inlineable)
726 p.paramList(sig.Results(), inlineable)
774 p.paramList(t.Results(), false)
873 p.paramList(m.Type.Results(), false)
    [all...]
range.go 340 eif.Rlist.Set1(mkcall1(fn, fn.Type.Results(), nil, ha, hv1))
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 82 // X86 is weird. It always uses i8 for shift amounts and setcc results.
273 // produce two results, to match the available instructions. This exposes
281 // when both high and low results are needed must be arranged by dagcombine.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 26 // The expected results below were computed by the high precision calculators
164 // Results for 100000 * Pi + vf[i]
544 // Results for 100000 * Pi + vf[i]
594 // Results for 100000 * Pi + vf[i]
680 // arguments and expected results for special cases
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 26 // The expected results below were computed by the high precision calculators
164 // Results for 100000 * Pi + vf[i]
544 // Results for 100000 * Pi + vf[i]
594 // Results for 100000 * Pi + vf[i]
680 // arguments and expected results for special cases
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c     [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 140 b2 := filterParamList(t.Results, f, export)
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 140 b2 := filterParamList(t.Results, f, export)
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 182 /// results. All of these expect their corresponding parameter to
    [all...]
ExprCXX.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 548 /// ReplaceNodeResults - Replace the results of node with an illegal result
551 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 184 /// results. All of these expect their corresponding parameter to
    [all...]
ExprCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 184 /// results. All of these expect their corresponding parameter to
    [all...]

Completed in 1342 milliseconds

<<111213141516