Home
last modified time | relevance | path

Searched refs:OverloadKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp26 enum OverloadKind : uint16_t { enum
42 static const char *getOverloadTypeName(OverloadKind Kind) { in getOverloadTypeName()
44 case OverloadKind::HALF: in getOverloadTypeName()
46 case OverloadKind::FLOAT: in getOverloadTypeName()
48 case OverloadKind::DOUBLE: in getOverloadTypeName()
50 case OverloadKind::I1: in getOverloadTypeName()
52 case OverloadKind::I8: in getOverloadTypeName()
54 case OverloadKind::I16: in getOverloadTypeName()
56 case OverloadKind::I32: in getOverloadTypeName()
58 case OverloadKind::I64: in getOverloadTypeName()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9785 enum OverloadKind { enum
9832 OverloadKind CheckOverload(Scope *S, FunctionDecl *New,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1172 Sema::OverloadKind