Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dtautological-unsigned-zero-compare.c19 void TFunc() { in TFunc() function
37 TFunc<unsigned char>(); in main()
38 TFunc<unsigned short>(); in main()
H A Dtautological-constant-compare.c24 void TFunc() { in TFunc() function
49 TFunc<unsigned char>(); in main()
50 TFunc<signed short>(); in main()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h34 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp874 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target); in CheckSpecForTypesEquivalent() local
875 if (!TFunc) in CheckSpecForTypesEquivalent()
881 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()