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

1 2

  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 25 struct Auto {
28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}}
29 auto Auto::m = 0; // expected-error {{no member named 'm' in 'Auto'}}
30 // expected-warning@-1 {{'auto' type specifier is a C++11 extension}}
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
export_test.go 85 func (DummyFrontend) Auto(pos src.XPos, t *types.Type) GCNode {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
symbol.go 353 Autom []Auto
377 type Auto struct {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
export_test.go 85 func (DummyFrontend) Auto(pos src.XPos, t *types.Type) GCNode {
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
symbol.go 353 Autom []Auto
377 type Auto struct {
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 126 def Auto (argv = [], out = sys.stdout):
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 211 // Indicates auto that was optimized away, but whose type
389 Autom []*Auto
532 type Auto struct {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 211 // Indicates auto that was optimized away, but whose type
389 Autom []*Auto
532 type Auto struct {
  /external/pdfium/core/fxcrt/css/
cfx_css.h 42 Auto,
129 Auto,
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go 1023 s.Fatalf("VARLIVE variable %v must be Auto or Arg", n.Left)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 1023 s.Fatalf("VARLIVE variable %v must be Auto or Arg", n.Left)
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 170 Auto,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 338 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h 341 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h 341 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h 339 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h 339 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h 339 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h 339 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 338 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h 341 auto Addr = getAddressSpace();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h 341 auto Addr = getAddressSpace();
    [all...]

Completed in 881 milliseconds

1 2