Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DMemoryTypeTableBuilder.h27 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h35 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc66 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/
DSemaExceptionSpec.cpp762 const FunctionProtoType *TFunc = GetUnderlyingFunction(Target); in CheckSpecForTypesEquivalent() local
763 if (!TFunc) in CheckSpecForTypesEquivalent()
769 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()