HomeSort by relevance Sort by last modified time
    Searched defs:isExported (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper.go 184 if name := typ.Field(i).Name; isExported(name) {
209 func isExported(name string) bool {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
dumper.go 184 if name := typ.Field(i).Name; isExported(name) {
209 func isExported(name string) bool {
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 290 // isExported reports whether the name is an exported identifier.
291 // If the unexported flag (-u) is true, isExported returns true because
293 func isExported(name string) bool {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 88 if (reflectSeen && m.isExported()) || d.ifaceMethod[m.m] {
162 func (m methodref) isExported() bool {
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 290 // isExported reports whether the name is an exported identifier.
291 // If the unexported flag (-u) is true, isExported returns true because
293 func isExported(name string) bool {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 88 if (reflectSeen && m.isExported()) || d.ifaceMethod[m.m] {
162 func (m methodref) isExported() bool {
  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 62 bool isExported() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 69 bool isExported() const {
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 207 func isExported(name string) bool {
219 return isExported(t.Name()) || t.PkgPath() == ""
260 if !isExported(sname) && !useName {
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 207 func isExported(name string) bool {
219 return isExported(t.Name()) || t.PkgPath() == ""
260 if !isExported(sname) && !useName {
  /prebuilts/go/darwin-x86/src/runtime/
type.go 414 func (n name) isExported() bool {
  /prebuilts/go/linux-x86/src/runtime/
type.go 414 func (n name) isExported() bool {
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) {
645 thinLTOInternalizeAndPromoteInIndex(Index, isExported);
740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) {
750 thinLTOInternalizeAndPromoteInIndex(*Index, isExported);
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 566 // isExported reports whether this is an exported - upper case - name.
567 func isExported(name string) bool {
576 if !isExported(field.Name) {
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 566 // isExported reports whether this is an exported - upper case - name.
567 func isExported(name string) bool {
576 if !isExported(field.Name) {
  /external/llvm/tools/gold/
gold-plugin.cpp     [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 463 func (n name) isExported() bool {
797 if !name.isExported() {
808 if name.isExported() {
883 if pname.isExported() && pname.name() == name {
1086 if !pname.isExported() {
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 463 func (n name) isExported() bool {
797 if !name.isExported() {
808 if name.isExported() {
883 if pname.isExported() && pname.name() == name {
1086 if !pname.isExported() {
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 6 7