/external/llvm-project/lldb/test/API/lang/c/find_struct_type/ |
D | main.c | 3 struct mytype { struct 13 typedef struct mytype MyType; argument 17 struct mytype v; in main()
|
/external/llvm-project/lldb/test/API/lang/c/unicode/ |
D | TestUnicodeSymbols.py | 19 mytype = module.FindFirstType("foobár") 20 self.assertTrue(mytype.IsValid()) 21 self.assertTrue(mytype.IsPointerType())
|
/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/llvm-project/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-using/ |
D | modernize-use-using.h | 4 typedef int mytype; typedef
|
/external/llvm-project/clang/test/Analysis/ |
D | test-variably-modified-types.c | 11 int mytype[getArraySize(x)]; in testVariablyModifiedTypes() local
|
/external/clang/test/Analysis/ |
D | test-variably-modified-types.c | 11 int mytype[getArraySize(x)]; in testVariablyModifiedTypes() local
|
/external/libiio/src/bindings/python/ |
D | iio.py | 450 mytype = c_char * len(array) 451 c_array = mytype.from_buffer(array) 474 mytype = c_char * len(array) 475 c_array = mytype.from_buffer(array) 559 mytype = c_char * len(array) 560 c_array = mytype.from_buffer(array) 580 mytype = c_char * len(array) 581 c_array = mytype.from_buffer(array)
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | LDMLComparator.java | 1096 String mytype = mytypeNode.getNodeValue(); in extractMergeData() local 1097 if (!mytype.equals("standard")) { in extractMergeData() 1099 type = mytype; in extractMergeData() 1101 parentNodeName = mytype; in extractMergeData() 1167 String mytype = mytypeNode.getNodeValue(); in extractMergeData() local 1168 if (!mytype.equals("standard")) { in extractMergeData() 1170 type = mytype; in extractMergeData() 1172 type = type + "\u200b_" + mytype; in extractMergeData()
|
/external/llvm-project/flang/docs/ |
D | BijectiveInternalNameUniquing.md | 125 type mytype 130 The uniqued name of `mytype` becomes:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | coalesce-dbg-value-subreg-rewrite.mir | 29 !12 = !DIBasicType(name: "mytype", size: 16)
|
/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/llvm-project/llvm/docs/ |
D | LangRef.rst | 581 %mytype = type { %mytype*, i32 }
|