Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp948 bool CheckArgsTypesAreCorrect( in CheckArgsTypesAreCorrect() function
970 return CheckArgsTypesAreCorrect(S, TheCall, S->Context.FloatTy, in CheckAllArgsHaveFloatRepresentation()
982 return CheckArgsTypesAreCorrect(S, TheCall, S->Context.FloatTy, in CheckFloatOrHalfRepresentations()
992 return CheckArgsTypesAreCorrect(S, TheCall, S->Context.FloatTy, in CheckNoDoubleVectors()
1000 return CheckArgsTypesAreCorrect(S, TheCall, S->Context.UnsignedIntTy, in CheckUnsignedIntRepresentation()