| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 1165 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getObjCObjectBaseType() local 1166 if (!OT) in clang_Type_getObjCObjectBaseType() 1169 return MakeCXType(OT->getBaseType(), GetTU(CT)); in clang_Type_getObjCObjectBaseType() 1177 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getNumObjCProtocolRefs() local 1178 if (!OT) in clang_Type_getNumObjCProtocolRefs() 1181 return OT->getNumProtocols(); in clang_Type_getNumObjCProtocolRefs() 1189 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getObjCProtocolDecl() local 1190 if (!OT) in clang_Type_getObjCProtocolDecl() 1193 const ObjCProtocolDecl *PD = OT->getProtocol(i); in clang_Type_getObjCProtocolDecl() 1205 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getNumObjCTypeArgs() local [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator 55 { "trap", OT, 0, 0x0008 },
|
| H A D | mcore-dis.c | 137 case OT: in print_insn_mcore()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator 55 { "trap", OT, 0, 0x0008 },
|
| H A D | mcore-dis.c | 137 case OT: in print_insn_mcore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.h | 120 const std::string &EMN, const std::string &OT, unsigned MION, in OperandInfo() 123 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO), in OperandInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/ |
| H A D | WebAssemblyDisassembler.cpp | 194 auto OT = OperandTable[WasmInst->OperandStart + OPI]; in getInstruction() local 195 switch (OT) { in getInstruction()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/04-test_pem_data/ |
| H A D | dsa-threecolumn.pem | 214 1OT
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/ |
| H A D | dsa-threecolumn.pem | 214 1OT
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | irs.conf.cat5 | 91 NNOOTTEESS
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 381 const char *CFIProgram::operandTypeString(CFIProgram::OperandType OT) { in operandTypeString() argument 385 switch (OT) { in operandTypeString()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1488 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr() local 1491 if (OT->isObjCId()) { in LookupMemberExpr() 1533 if (OT->isObjCClass()) { in LookupMemberExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 489 static const char *operandTypeString(OperandType OT);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 1723 if (const auto *OT = getAs<ObjCObjectType>()) { in getAsObjCInterfaceType() local 1724 if (OT->getInterface()) in getAsObjCInterfaceType() 1725 return OT; in getAsObjCInterfaceType()
|
| H A D | ASTContext.cpp | 8392 auto *OT = new (memory) OverloadedTemplateStorage(size); in getOverloadedTemplateName() local 8394 NamedDecl **Storage = OT->getStorage(); in getOverloadedTemplateName() 8404 return TemplateName(OT); in getOverloadedTemplateName() 8410 auto *OT = new (*this) AssumedTemplateStorage(Name); in getAssumedTemplateName() local 8411 return TemplateName(OT); in getAssumedTemplateName()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mcore.c | 901 case OT: in md_assemble()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mcore.c | 901 case OT: in md_assemble()
|
| /netbsd-src/share/misc/ |
| H A D | acronyms | 433 OT off topic
|
| /netbsd-src/dist/pf/etc/ |
| H A D | pf.os | 379 65535:255:1:48:M*,N,N,N,N: MacOS:9.1::MacOS 9.1 (OT 2.7.4)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 183 let vc = 1, cx = 1 in defm OT : VSTtgm<opcStr#".ot", opc, RC>; 307 let vc = 1, cx = 1 in defm OT : VSCtgm<opcStr#".ot", opc, RC>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 3888 void ItaniumRTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) { in BuildObjCObjectTypeInfo() argument 3890 const Type *T = OT->getBaseType().getTypePtr(); in BuildObjCObjectTypeInfo()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | UnicodeData.txt | 1058 047E;CYRILLIC CAPITAL LETTER OT;Lu;0;L;;;;;N;;;;047F; 1059 047F;CYRILLIC SMALL LETTER OT;Ll;0;L;;;;;N;;;047E;;047E 8961 A00F;YI SYLLABLE OT;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 1097 047E;CYRILLIC CAPITAL LETTER OT;Lu;0;L;;;;;N;;;;047F; 1098 047F;CYRILLIC SMALL LETTER OT;Ll;0;L;;;;;N;;;047E;;047E 9410 A00F;YI SYLLABLE OT;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 84 # (terminfo with OT capabilities), stock terminfo, or termcap. You can tell 89 # in that it admits a group of capabilities (prefixed `OT') equivalent to 91 # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if 96 # using tic -C. This filtering leaves in the OT capabilities under their
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | UnicodeDataNames.txt | 1052 047E;CYRILLIC CAPITAL LETTER OT;Lu;0;L;;;;;N;;;;047F; 1053 047F;CYRILLIC SMALL LETTER OT;Ll;0;L;;;;;N;;;047E;;047E 10147 A00F;YI SYLLABLE OT;Lo;0;L;;;;;N;;;;; 18136 C63D;HANGUL SYLLABLE OT;Lo;0;L;;;;;N;;;;;
|