Searched refs:TFunc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | MemoryTypeTableBuilder.h | 27 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 66 TEST(TFunc, SquarePlusOne) { in TEST() argument 113 TEST(TFunc, ControlDep) { in TEST() argument 166 TEST(TFunc, MissingTypeAttr) { in TEST() argument 203 TEST(TFunc, NTimesT) { in TEST() argument 257 TEST(TFunc, AddSquared) { in TEST() argument 304 TEST(TFunc, ControlDeps) { in TEST() argument 349 TEST(TFunc, XTimesTwo) { in TEST() argument 361 TEST(TFunc, WXPlusB) { in TEST() argument 372 TEST(TFunc, Body_TypeList) { in TEST() argument 446 TEST(TFunc, Body_Array_List_Converter) { in TEST() argument
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 762 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target); in CheckSpecForTypesEquivalent() local 763 if (!TFunc) in CheckSpecForTypesEquivalent() 769 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
|