HomeSort by relevance Sort by last modified time
    Searched defs:Access (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CXXInheritance.h 69 CXXBasePath() : Access(AS_public) {}
71 /// \brief The access along this inheritance path. This is only
73 /// used to indicate a path which permits no legal access.
74 AccessSpecifier Access;
82 Access = AS_public;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CXXInheritance.h 69 CXXBasePath() : Access(AS_public) {}
71 /// \brief The access along this inheritance path. This is only
73 /// used to indicate a path which permits no legal access.
74 AccessSpecifier Access;
82 Access = AS_public;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CXXInheritance.h 69 CXXBasePath() : Access(AS_public) {}
71 /// \brief The access along this inheritance path. This is only
73 /// used to indicate a path which permits no legal access.
74 AccessSpecifier Access;
82 Access = AS_public;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CXXInheritance.h 69 CXXBasePath() : Access(AS_public) {}
71 /// \brief The access along this inheritance path. This is only
73 /// used to indicate a path which permits no legal access.
74 AccessSpecifier Access;
82 Access = AS_public;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 16 /// diagnostics -- notably deprecation and access control -- are suppressed
49 : Access(FoundDecl.getAccess()), IsMember(true),
58 AccessSpecifier Access)
59 : Access(Access), IsMember(false),
67 AccessSpecifier getAccess() const { return AccessSpecifier(Access); }
104 unsigned Access : 2;
116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType };
137 DD.Kind = Access;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 217 // Access PCI MMIO space to see if the value is the tested one.
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 196 // Sequential access enums
197 enum Access
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 14 // Memory SSA class builds an SSA form that links together memory access
141 /// \brief The user iterators for a memory access
147 /// MemoryUse/MemoryDef, this walks the defining access.
214 /// \brief Get the access that produces the memory state used by this Use.
278 /// \brief Represents a read-write access to memory, whether it is a must-alias,
368 // Block iterator interface. This provides access to the list of incoming
503 /// access associated with it. If passed a basic block gets the memory phi
518 /// before any other memory access in the function.
549 /// solely to determine where in the memoryssa access lists the instruction
709 /// Note that this will return a single access, and it must dominate th
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 20 func Access(path string, mode uint32) (err error) {
635 // access (PEEKUSER warns that it might), but if we don't
811 * Direct access
zsyscall_dragonfly_amd64.go 310 func Access(path string, mode uint32) (err error) {
zsyscall_freebsd_386.go 274 func Access(path string, mode uint32) (err error) {
zsyscall_freebsd_amd64.go 274 func Access(path string, mode uint32) (err error) {
zsyscall_freebsd_arm.go 274 func Access(path string, mode uint32) (err error) {
zsyscall_netbsd_386.go 293 func Access(path string, mode uint32) (err error) {
zsyscall_netbsd_amd64.go 293 func Access(path string, mode uint32) (err error) {
zsyscall_netbsd_arm.go 293 func Access(path string, mode uint32) (err error) {
zsyscall_openbsd_386.go 291 func Access(path string, mode uint32) (err error) {
zsyscall_openbsd_amd64.go 291 func Access(path string, mode uint32) (err error) {
zsyscall_openbsd_arm.go 291 func Access(path string, mode uint32) (err error) {
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 20 func Access(path string, mode uint32) (err error) {
635 // access (PEEKUSER warns that it might), but if we don't
811 * Direct access
zsyscall_dragonfly_amd64.go 310 func Access(path string, mode uint32) (err error) {
zsyscall_freebsd_386.go 274 func Access(path string, mode uint32) (err error) {
zsyscall_freebsd_amd64.go 274 func Access(path string, mode uint32) (err error) {
zsyscall_freebsd_arm.go 274 func Access(path string, mode uint32) (err error) {
zsyscall_netbsd_386.go 293 func Access(path string, mode uint32) (err error) {

Completed in 2821 milliseconds

1 23 4 5 6