Home
last modified time | relevance | path

Searched defs:OT (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/config/i386/
HDnm-i386sol2.h30 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(TYPE, CNT, OT) 1 argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
HDWebAssemblyDisassembler.cpp193 auto OT = OperandTable[WasmInst->OperandStart + OPI]; in getInstruction() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprMember.cpp1503 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp1660 if (const auto *OT = getAs<ObjCObjectType>()) { in getAsObjCInterfaceType() local
HDASTContext.cpp7878 auto *OT = new (memory) OverloadedTemplateStorage(size); in getOverloadedTemplateName() local
7896 auto *OT = new (*this) AssumedTemplateStorage(Name); in getAssumedTemplateName() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDItaniumCXXABI.cpp3573 void ItaniumRTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) { in BuildObjCObjectTypeInfo()