Home
last modified time | relevance | path

Searched refs:EncType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6874 const char *EncType; in appendBuiltinType() local
6877 EncType = "0"; in appendBuiltinType()
6880 EncType = "b"; in appendBuiltinType()
6883 EncType = "uc"; in appendBuiltinType()
6886 EncType = "uc"; in appendBuiltinType()
6889 EncType = "sc"; in appendBuiltinType()
6892 EncType = "us"; in appendBuiltinType()
6895 EncType = "ss"; in appendBuiltinType()
6898 EncType = "ui"; in appendBuiltinType()
6901 EncType = "si"; in appendBuiltinType()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h380 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) {
381 EncodedType = EncType;