Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/c/find_struct_type/
Dmain.c3 struct mytype { struct
13 typedef struct mytype MyType; argument
17 struct mytype v; in main()
/external/llvm-project/lldb/test/API/lang/c/unicode/
DTestUnicodeSymbols.py19 mytype = module.FindFirstType("foobár")
20 self.assertTrue(mytype.IsValid())
21 self.assertTrue(mytype.IsPointerType())
/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/llvm-project/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-using/
Dmodernize-use-using.h4 typedef int mytype; typedef
/external/llvm-project/clang/test/Analysis/
Dtest-variably-modified-types.c11 int mytype[getArraySize(x)]; in testVariablyModifiedTypes() local
/external/clang/test/Analysis/
Dtest-variably-modified-types.c11 int mytype[getArraySize(x)]; in testVariablyModifiedTypes() local
/external/libiio/src/bindings/python/
Diio.py450 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/
DLDMLComparator.java1096 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/
DBijectiveInternalNameUniquing.md125 type mytype
130 The uniqued name of `mytype` becomes:
/external/llvm-project/llvm/test/CodeGen/X86/
Dcoalesce-dbg-value-subreg-rewrite.mir29 !12 = !DIBasicType(name: "mytype", size: 16)
/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/llvm-project/llvm/docs/
DLangRef.rst581 %mytype = type { %mytype*, i32 }