Home
last modified time | relevance | path

Searched refs:mytype (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/Bitcode/
DhighLevelStructure.3.2.ll16 ; CHECK: %mytype = type { %mytype*, i32 }
17 %mytype = type { %mytype*, i32 }
63 ; CHECK: %res = alloca %mytype
64 %res = alloca %mytype
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
DhighLevelStructure.3.2.ll16 ; CHECK: %mytype = type { %mytype*, i32 }
17 %mytype = type { %mytype*, i32 }
63 ; CHECK: %res = alloca %mytype
64 %res = alloca %mytype
/external/clang/test/Analysis/
Dtest-variably-modified-types.c11 int mytype[getArraySize(x)]; in testVariablyModifiedTypes() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLComparator.java1104 String mytype = mytypeNode.getNodeValue(); in extractMergeData() local
1105 if (!mytype.equals("standard")) { in extractMergeData()
1107 type = mytype; in extractMergeData()
1109 parentNodeName = mytype; in extractMergeData()
1175 String mytype = mytypeNode.getNodeValue(); in extractMergeData() local
1176 if (!mytype.equals("standard")) { in extractMergeData()
1178 type = mytype; in extractMergeData()
1180 type = type + "\u200b_" + mytype; in extractMergeData()
/external/autotest/client/common_lib/cros/
Dauthpolicy.py294 def __exit__(self, mytype, value, traceback): argument
Dsmbprovider.py470 def __exit__(self, mytype, value, traceback): argument
/external/python/cpython2/Doc/library/
Dsqlite3.rst158 returns. It will look for a string formed [mytype] in there, and then decide
159 that 'mytype' is the type of the column. It will try to find an entry of
160 'mytype' in the converters dictionary and then use the converter function found
Doptparse.rst1875 return an object of the hypothetical type ``mytype``. The value returned by
/external/python/cpython3/Doc/library/
Dsqlite3.rst164 returns. It will look for a string formed [mytype] in there, and then decide
165 that 'mytype' is the type of the column. It will try to find an entry of
166 'mytype' in the converters dictionary and then use the converter function found
Doptparse.rst1873 return an object of the hypothetical type ``mytype``. The value returned by
/external/python/httplib2/doc/
Dlibhttplib2.rst186 .. % to give the type name: \begin{methoddesc}[mytype]{name}{args}
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt186 .. % to give the type name: \begin{methoddesc}[mytype]{name}{args}
/external/python/httplib2/
Dlibhttplib2.tex158 % to give the type name: \begin{methoddesc}[mytype]{name}{args}
/external/llvm/docs/
DLangRef.rst544 %mytype = type { %mytype*, i32 }
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst562 %mytype = type { %mytype*, i32 }