Home
last modified time | relevance | path

Searched defs:int_1 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Daddress-space-newdelete.cpp6 typedef int __attribute__((address_space(1))) int_1; typedef
Daddress-space-references.cpp3 typedef int __attribute__((address_space(1))) int_1; typedef
/external/clang/test/SemaTemplate/
Daddress-spaces.cpp13 typedef int __attribute__((address_space(1))) int_1;; typedef
72 static int __attribute__((address_space(1))) int_1; in test_arg_in_address_space_1() local
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
DArrayTypeImplTest.java35 private ArrayTypeImpl int_1; // primitive type : int[] field in ArrayTypeImplTest
DBaseTest.java126 static final ArrayType int_1 = (ArrayType) initVariableElement( field in BaseTest.ARRAY