Searched refs:mytype (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/Bitcode/ |
D | highLevelStructure.3.2.ll | 16 ; 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/ |
D | highLevelStructure.3.2.ll | 16 ; CHECK: %mytype = type { %mytype*, i32 } 17 %mytype = type { %mytype*, i32 } 63 ; CHECK: %res = alloca %mytype 64 %res = alloca %mytype
|
/external/clang/test/Analysis/ |
D | test-variably-modified-types.c | 11 int mytype[getArraySize(x)]; in testVariablyModifiedTypes() local
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | LDMLComparator.java | 1104 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/ |
D | authpolicy.py | 294 def __exit__(self, mytype, value, traceback): argument
|
D | smbprovider.py | 470 def __exit__(self, mytype, value, traceback): argument
|
/external/python/cpython2/Doc/library/ |
D | sqlite3.rst | 158 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
|
D | optparse.rst | 1875 return an object of the hypothetical type ``mytype``. The value returned by
|
/external/python/cpython3/Doc/library/ |
D | sqlite3.rst | 164 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
|
D | optparse.rst | 1873 return an object of the hypothetical type ``mytype``. The value returned by
|
/external/python/httplib2/doc/ |
D | libhttplib2.rst | 186 .. % to give the type name: \begin{methoddesc}[mytype]{name}{args}
|
/external/python/httplib2/doc/html/_sources/ |
D | libhttplib2.txt | 186 .. % to give the type name: \begin{methoddesc}[mytype]{name}{args}
|
/external/python/httplib2/ |
D | libhttplib2.tex | 158 % to give the type name: \begin{methoddesc}[mytype]{name}{args}
|
/external/llvm/docs/ |
D | LangRef.rst | 544 %mytype = type { %mytype*, i32 }
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 562 %mytype = type { %mytype*, i32 }
|