Home
last modified time | relevance | path

Searched refs:testAccess (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dunaddressable-functions.cpp82 void testAccess() { in testAccess() function
139 void testAccess() { in testAccess() function
Dtypo-correction.cpp413 void testAccess() { in testAccess() function
/external/clang/test/SemaCXX/
Dunaddressable-functions.cpp82 void testAccess() { in testAccess() function
139 void testAccess() { in testAccess() function
Dtypo-correction.cpp412 void testAccess() { in testAccess() function
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java629 int[] testAccess = {0}; in multipleVisibilities() local
641 testAccess[0] = access; in multipleVisibilities()
645 assertThat((testAccess[0] & TurbineFlag.ACC_PUBLIC)).isEqualTo(TurbineFlag.ACC_PUBLIC); in multipleVisibilities()
646 assertThat((testAccess[0] & TurbineFlag.ACC_PROTECTED)).isNotEqualTo(TurbineFlag.ACC_PROTECTED); in multipleVisibilities()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DIntrospectorPairTest.java244 public void testAccess() throws Exception in testAccess() method in IntrospectorPairTest
/external/dtc/tests/
Dpylibfdt_tests.py581 def testAccess(self): member in PyLibfdtRoTests