Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp473 const char *EncType; in appendBuiltinType() local
476 EncType = "0"; in appendBuiltinType()
479 EncType = "b"; in appendBuiltinType()
482 EncType = "uc"; in appendBuiltinType()
485 EncType = "uc"; in appendBuiltinType()
488 EncType = "sc"; in appendBuiltinType()
491 EncType = "us"; in appendBuiltinType()
494 EncType = "ss"; in appendBuiltinType()
497 EncType = "ui"; in appendBuiltinType()
500 EncType in appendBuiltinType()
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h433 void setEncodedTypeSourceInfo(TypeSourceInfo *EncType) { in setEncodedTypeSourceInfo() argument
434 EncodedType = EncType; in setEncodedTypeSourceInfo()