Searched refs:TFunc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | MemoryTypeTableBuilder.h | 27 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeCollection.h | 35 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 159 TEST(TFunc, ControlRet) { in TEST() argument 208 TEST(TFunc, MissingTypeAttr) { in TEST() argument 245 TEST(TFunc, NTimesT) { in TEST() argument 299 TEST(TFunc, AddSquared) { in TEST() argument 346 TEST(TFunc, ControlDeps) { in TEST() argument 391 TEST(TFunc, XTimesTwo) { in TEST() argument 403 TEST(TFunc, WXPlusB) { in TEST() argument 414 TEST(TFunc, Body_TypeList) { in TEST() argument [all …]
|
/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()
|