HomeSort by relevance Sort by last modified time
    Searched refs:Access (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /external/v8/test/mjsunit/
debug-stepout-scope-part5.js 37 // Access scope details.
debug-stepout-scope-part6.js 37 // Access scope details.
debug-stepout-scope-part7.js 37 // Access scope details.
debug-stepout-scope-part8.js 37 // Access scope details.
  /external/clang/test/SemaCXX/
alias-template.cpp 122 namespace Access {
  /external/v8/src/ppc/
assembler-ppc.h 444 Address pc, ConstantPoolEntry::Access* access = nullptr));
446 Address pc, ConstantPoolEntry::Access* access = nullptr));
448 ConstantPoolEntry::Access access,
451 int pc_offset, int offset, ConstantPoolEntry::Access access,
457 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 250 raw_ostream &llvm::operator<<(raw_ostream &OS, const PDB_MemberAccess &Access) {
251 switch (Access) {
  /external/v8/src/
utils.h 458 // a local scope using an instance of Access. Attempts to re-reserve
466 template <typename S> friend class Access;
472 // Locally scoped access to a static resource.
474 class Access {
476 explicit Access(StaticResource<T>* resource)
483 ~Access() {
554 * Specialized versions of the class can allow access to the backing store
    [all...]
assembler.cc 1697 ConstantPoolEntry::Access access = local
    [all...]
  /frameworks/native/libs/ui/tests/
vec_test.cpp 87 TEST_F(VecTest, Access) {
  /external/clang/include/clang/AST/
DeclCXX.h 91 /// \brief Represents an access specifier followed by colon ':'.
94 /// of an access specifier followed by a colon in the list of member
97 /// Note that they do not represent other uses of access specifiers,
100 /// "access declarations" (C++98 11.3 [class.access.dcl]).
114 /// \brief The location of the access specifier.
116 /// \brief Sets the location of the access specifier.
119 /// \brief The location of the colon following the access specifier.
146 /// level of access (public, protected, private) is used for the
159 /// specifier, including the "virtual" (if present) and access
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h 349 #define CLCTL_EXTERNAL_CODE(Function,Access,Modify) (((Access) << CLUSCTL_ACCESS_SHIFT) | ((CLCTL_CLUSTER_BASE + Function) << CLUSCTL_FUNCTION_SHIFT) | ((Modify) << CLCTL_MODIFY_SHIFT))
350 #define CLCTL_INTERNAL_CODE(Function,Access,Modify) (((Access) << CLUSCTL_ACCESS_SHIFT) | CLCTL_INTERNAL_MASK | ((CLCTL_CLUSTER_BASE + Function) << CLUSCTL_FUNCTION_SHIFT) | ((Modify) << CLCTL_MODIFY_SHIFT))
    [all...]
ksproxy.h 497 KSDDKAPI HRESULT WINAPI KsOpenDefaultDevice(REFGUID Category,ACCESS_MASK Access,PHANDLE DeviceHandle);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 448 /// mayLoopAccessLocation - Return true if the specified loop might access the
449 /// specified pointer location, which is a loop-strided access. The 'Access'
450 /// argument specifies what the verboten forms of access are (read or write).
451 static bool mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L,
455 // Get the location that may be stored across the loop. Since the access is
460 // If the loop iterates a fixed number of times, we can refine the access size
474 if (&*I != IgnoredStore && (AA.getModRefInfo(&*I, StoreLoc) & Access))
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 561 // FIXME: We use the 'unsafe' accessor for the access specifier here,
563 // in Sema. However, LLDB *will* have set the access specifier correctly,
565 // so completeDefinition()'s overriding of the access specifiers doesn't
646 // -- has the same access control for all non-static data members,
651 case AS_none: llvm_unreachable("Invalid access specifier");
    [all...]
  /external/v8/src/arm/
assembler-arm.h 953 // Status register access instructions
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 603 if obj.Access(file, 0) >= 0 {
607 if obj.Access(file, 0) >= 0 {
625 if obj.Access(file, 0) >= 0 {
629 if obj.Access(file, 0) >= 0 {
646 if obj.Access(file, 0) >= 0 {
650 if obj.Access(file, 0) >= 0 {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 600 if obj.Access(file, 0) >= 0 {
604 if obj.Access(file, 0) >= 0 {
622 if obj.Access(file, 0) >= 0 {
626 if obj.Access(file, 0) >= 0 {
643 if obj.Access(file, 0) >= 0 {
647 if obj.Access(file, 0) >= 0 {
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 603 if obj.Access(file, 0) >= 0 {
607 if obj.Access(file, 0) >= 0 {
625 if obj.Access(file, 0) >= 0 {
629 if obj.Access(file, 0) >= 0 {
646 if obj.Access(file, 0) >= 0 {
650 if obj.Access(file, 0) >= 0 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 600 if obj.Access(file, 0) >= 0 {
604 if obj.Access(file, 0) >= 0 {
622 if obj.Access(file, 0) >= 0 {
626 if obj.Access(file, 0) >= 0 {
643 if obj.Access(file, 0) >= 0 {
647 if obj.Access(file, 0) >= 0 {
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 440 void ScopedThread::Access(void *addr, bool is_write,
  /external/llvm/include/llvm/Support/
Dwarf.h 622 const char *AccessibilityString(unsigned Access);
  /external/v8/test/mjsunit/es6/
generators-iteration.js 198 // Access to captured free variables.
403 // Access to this with formal arguments.
  /external/compiler-rt/lib/asan/
asan_report.cc 71 const char *Access() { return Blue(); }
385 // current memory access, indicate it in the log.
411 // FIXME: we may want to also print the size of the access here,
413 str.append("%s <== Memory access at offset %zd %s this variable%s\n",
458 // Try to fetch precise stack frame for this access.
459 AsanThread::StackFrameAccess access; local
460 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
464 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation());
477 access.frame_pc = *reinterpret_cast<uptr *>(access.frame_pc)
    [all...]

Completed in 967 milliseconds

1 2 34 5 6 7 8