HomeSort by relevance Sort by last modified time
    Searched defs:TY (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Preprocessor/
extension-warning.c 5 #define TY typeof
10 TY(1) x; // FIXME: And we should warn here
  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops.h 26 #define TY(TYNAME) FIELD(TYNAME, Ty)
30 static Ty (*insertelement)(Ty, CastTy, int32_t); \
31 static Ty (*shufflevector)(Ty, Ty, uint32_t); \
32 static CastTy (*extractelement)(Ty, int32_t); \
33 static Ty (*Subzero_insertelement)(Ty, CastTy, int32_t);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 461 milliseconds