Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp8874 EncType = "0"; in appendBuiltinType()
8877 EncType = "b"; in appendBuiltinType()
8880 EncType = "uc"; in appendBuiltinType()
8883 EncType = "uc"; in appendBuiltinType()
8886 EncType = "sc"; in appendBuiltinType()
8889 EncType = "us"; in appendBuiltinType()
8892 EncType = "ss"; in appendBuiltinType()
8895 EncType = "ui"; in appendBuiltinType()
8898 EncType = "si"; in appendBuiltinType()
8916 EncType = "d"; in appendBuiltinType()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h411 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) {
412 EncodedType = EncType;