HomeSort by relevance Sort by last modified time
    Searched refs:unnamed (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/test/
escape5.go 155 // Test for issue 19687 (passing to unnamed parameters does not escape).
  /prebuilts/go/linux-x86/test/
escape5.go 155 // Test for issue 19687 (passing to unnamed parameters does not escape).
  /external/googletest/googletest/
Android.mk 34 # Use -Wno-unnamed-type-template-args because gtest_unittest.cc wants anonymous enum type.
43 $(eval LOCAL_CFLAGS := -Wall -Werror -Wno-sign-compare -Wno-unnamed-type-template-args) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 386 /* This SECTION_STYLE is used for unnamed sections that we can switch
454 /* A callback that writes the assembly code for switching to an unnamed
467 /* The next entry in the chain of unnamed sections. */
492 /* Information about a section, which may be named or unnamed. */
496 struct unnamed_section GTY ((tag ("SECTION_UNNAMED"))) unnamed;
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/
test.bash 18 rm -f plugin*.so unnamed*.so iface*.so issue*
  /prebuilts/go/darwin-x86/src/go/types/
typestring.go 80 // practice deeply nested composite types with unnamed component
300 // single unnamed result
conversions.go 93 // "x's type and T are unnamed pointer types and their pointer base types
exprstring.go 184 // single unnamed result
call.go 277 check.dump("%s: expected unnamed slice type, got %s", sig.params.vars[n-1].Pos(), typ)
432 // If typ is not an (unnamed) pointer or an interface,
decl.go 253 // Determine the (final, unnamed) underlying type by resolving
254 // any forward chain (they always end in an unnamed type).
lookup.go 313 // derefStructPtr dereferences typ if it is a (named or unnamed) pointer to a
314 // (named or unnamed) struct and returns its base. Otherwise it returns typ.
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 18 rm -f plugin*.so unnamed*.so iface*.so issue*
  /prebuilts/go/linux-x86/src/go/types/
typestring.go 80 // practice deeply nested composite types with unnamed component
300 // single unnamed result
conversions.go 93 // "x's type and T are unnamed pointer types and their pointer base types
exprstring.go 184 // single unnamed result
call.go 277 check.dump("%s: expected unnamed slice type, got %s", sig.params.vars[n-1].Pos(), typ)
432 // If typ is not an (unnamed) pointer or an interface,
decl.go 253 // Determine the (final, unnamed) underlying type by resolving
254 // any forward chain (they always end in an unnamed type).
lookup.go 313 // derefStructPtr dereferences typ if it is a (named or unnamed) pointer to a
314 // (named or unnamed) struct and returns its base. Otherwise it returns typ.
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
ExpressionCompatibleWithType.java 326 correspondences.put(originalType.asTypeVariable(), InferenceVariable.unnamed(originalType.asTypeVariable().asTypeParameter()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 232 unnamed = {}
236 c = unnamed[name] = unnamed.get(name, 0) + 1
    [all...]
  /external/python/cpython2/Parser/
asdl_c.py 232 unnamed = {}
236 c = unnamed[name] = unnamed.get(name, 0) + 1
    [all...]
  /external/python/cpython3/Parser/
asdl_c.py 235 unnamed = {}
239 c = unnamed[name] = unnamed.get(name, 0) + 1
    [all...]
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 446 // Ignore property structs with unexported or unnamed types
459 // Ignore property structs with unexported or unnamed types
  /external/v8/tools/
codemap.js 191 // Static code entries can contain "holes" of unnamed code.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bexport.go 72 type encoding). Unnamed types simply encode their respective fields.
154 // types. The existing compiler invariants assume that unnamed types
161 // Note that when a type is only seen once, as many unnamed types are,
981 return "" // unnamed type
989 // use negative length to indicate unnamed parameters
1057 // ~r%d is a (formerly) unnamed result.
1064 if s.Name[1] == 'r' { // originally an unnamed result
    [all...]

Completed in 384 milliseconds

12 3 4 5 6