Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs594 const TY: TrbType; constant
598 const TY: TrbType = TrbType::Reserved; constant
602 const TY: TrbType = TrbType::Normal; constant
606 const TY: TrbType = TrbType::SetupStage; constant
610 const TY: TrbType = TrbType::DataStage; constant
614 const TY: TrbType = TrbType::StatusStage; constant
618 const TY: TrbType = TrbType::Isoch; constant
622 const TY: TrbType = TrbType::Link; constant
626 const TY: TrbType = TrbType::EventData; constant
630 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-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp103 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
167 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
172 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument
357 #define IMPLEMENT_FCMP(OP, TY) \ argument
362 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument
392 #define IMPLEMENT_SCALAR_NANS(TY, X,Y) \ argument
417 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ argument
510 #define IMPLEMENT_UNORDERED(TY, X,Y) \ argument
521 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
761 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument
[all …]
/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/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