Home
last modified time | relevance | path

Searched defs:TY (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs602 const TY: TrbType; constant
606 const TY: TrbType = TrbType::Reserved; constant
610 const TY: TrbType = TrbType::Normal; constant
614 const TY: TrbType = TrbType::SetupStage; constant
618 const TY: TrbType = TrbType::DataStage; constant
622 const TY: TrbType = TrbType::StatusStage; constant
626 const TY: TrbType = TrbType::Isoch; constant
630 const TY: TrbType = TrbType::Link; constant
634 const TY: TrbType = TrbType::EventData; constant
638 const TY: TrbType = TrbType::Noop; constant
[all …]
/external/clang/test/Preprocessor/
Dextension-warning.c5 #define TY typeof macro
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.h26 #define TY(TYNAME) FIELD(TYNAME, Ty) macro
Dvectors.h60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \ argument
/external/llvm/tools/opt/
DBreakpointPrinter.cpp37 } else if (auto *TY = dyn_cast<DIType>(Context)) { in getContextName() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DBreakpointPrinter.cpp37 } else if (auto *TY = dyn_cast<DIType>(Context)) { in getContextName() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp50 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
114 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
119 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument
304 #define IMPLEMENT_FCMP(OP, TY) \ argument
309 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument
339 #define IMPLEMENT_SCALAR_NANS(TY, X,Y) \ argument
364 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ argument
457 #define IMPLEMENT_UNORDERED(TY, X,Y) \ argument
468 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
708 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp50 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
114 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
119 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument
304 #define IMPLEMENT_FCMP(OP, TY) \ argument
309 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument
339 #define IMPLEMENT_SCALAR_NANS(TY, X,Y) \ argument
364 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ argument
457 #define IMPLEMENT_UNORDERED(TY, X,Y) \ argument
468 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
708 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument
[all …]
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2554 const TemplateTypeParmDecl *TY = cast<TemplateTypeParmDecl>(Y); in isSameTemplateParameter() local
2559 const NonTypeTemplateParmDecl *TY = cast<NonTypeTemplateParmDecl>(Y); in isSameTemplateParameter() local
2565 const TemplateTemplateParmDecl *TY = cast<TemplateTemplateParmDecl>(Y); in isSameTemplateParameter() local