HomeSort by relevance Sort by last modified time
    Searched refs:AS (Results 1 - 25 of 3868) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mapi/glapi/gen/
license.py 15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
__init__.py 12 Andr\xe9 Malo or his licensors, as applicable
23 distributed under the License is distributed on an "AS IS" BASIS,
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
__init__.py 12 Andr\xe9 Malo or his licensors, as applicable
23 distributed under the License is distributed on an "AS IS" BASIS,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
AddressSpaces.h 56 /// \return whether \p AS is a target-specific address space rather than a
58 inline bool isTargetAddressSpace(LangAS AS) {
59 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace;
62 inline unsigned toTargetAddressSpace(LangAS AS) {
63 assert(isTargetAddressSpace(AS));
64 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace;
  /external/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);

Completed in 305 milliseconds

1 2 3 4 5 6 7 8 91011>>