Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10318 EncType = "0"; in appendBuiltinType()
10321 EncType = "b"; in appendBuiltinType()
10324 EncType = "uc"; in appendBuiltinType()
10327 EncType = "uc"; in appendBuiltinType()
10330 EncType = "sc"; in appendBuiltinType()
10333 EncType = "us"; in appendBuiltinType()
10336 EncType = "ss"; in appendBuiltinType()
10339 EncType = "ui"; in appendBuiltinType()
10342 EncType = "si"; in appendBuiltinType()
10360 EncType = "d"; in appendBuiltinType()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h432 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) { in setEncodedTypeSourceInfo() argument
433 EncodedType = EncType; in setEncodedTypeSourceInfo()