| /external/crosvm/devices/src/usb/xhci/ | 
| D | xhci_abi.rs | 599     const TY: TrbType;  constant603     const TY: TrbType = TrbType::Reserved;  constant
 607     const TY: TrbType = TrbType::Normal;  constant
 611     const TY: TrbType = TrbType::SetupStage;  constant
 615     const TY: TrbType = TrbType::DataStage;  constant
 619     const TY: TrbType = TrbType::StatusStage;  constant
 623     const TY: TrbType = TrbType::Isoch;  constant
 627     const TY: TrbType = TrbType::Link;  constant
 631     const TY: TrbType = TrbType::EventData;  constant
 635     const TY: TrbType = TrbType::Noop;  constant
 [all …]
 
 | 
| /external/clang/test/Preprocessor/ | 
| D | extension-warning.c | 5 #define TY typeof  macro
 | 
| /external/swiftshader/third_party/subzero/crosstest/ | 
| D | test_vector_ops.h | 26 #define TY(TYNAME) FIELD(TYNAME, Ty)  macro
 | 
| D | vectors.h | 60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS)            \  argument
 | 
| /external/llvm/tools/opt/ | 
| D | BreakpointPrinter.cpp | 37     } else if (auto *TY = dyn_cast<DIType>(Context)) {  in getContextName()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ | 
| D | Execution.cpp | 103 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \  argument167 #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/ | 
| D | Execution.cpp | 50 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \  argument114 #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/ | 
| D | ASTReaderDecl.cpp | 2554     const TemplateTypeParmDecl *TY = cast<TemplateTypeParmDecl>(Y);  in isSameTemplateParameter()  local2559     const NonTypeTemplateParmDecl *TY = cast<NonTypeTemplateParmDecl>(Y);  in isSameTemplateParameter()  local
 2565   const TemplateTemplateParmDecl *TY = cast<TemplateTemplateParmDecl>(Y);  in isSameTemplateParameter()  local
 
 |