Home
last modified time | relevance | path

Searched defs:Funcs (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h136 std::vector<FunctionInfo> Funcs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_bitmanip_main.cpp92 } Funcs[] = { in testBitManip() local
128 } Funcs[] = { in testByteSwap() local
Dtest_icmp_main.cpp50 } Funcs[] = { in testsInt() local
127 } Funcs[] = { in testsIntWithZero() local
199 } Funcs[] = { in testsVecInt() local
266 } Funcs[] = { in testsVecI1() local
Dtest_stacksave_main.c34 } Funcs[] = {{"test_basic_vla", test_basic_vla, Subzero_test_basic_vla}, in DECLARE_TESTS() local
Dtest_calling_conv_main.cpp71 } Funcs[] = { in testCaller() local
133 } Funcs[] = { in testCallee() local
Dtest_arith_main.cpp67 } Funcs[] = { in testsInt() local
192 } Funcs[] = { in testsVecInt() local
259 } Funcs[] = { in testsFp() local
329 } Funcs[] = { in testsVecFp() local
Dtest_sync_atomic_main.cpp96 } Funcs[] = { in testAtomicRMW() local
147 } Funcs[] = {{"val_cmp_swap", test_val_cmp_swap, Subzero_::test_val_cmp_swap}, in testValCompareAndSwap() local
217 } Funcs[] = { in testAtomicRMWThreads() local
Dtest_fcmp_main.cpp80 } Funcs[] = { in testsScalar() local
164 } Funcs[] = { in testsVector() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/builtin/
Dbuiltin.go90 var Funcs = []string{ var
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp92 static void collectFunctionUsers(User *U, DenseSet<Function *> &Funcs) { in collectFunctionUsers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h136 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1069 …struct Funcs { static bool ItemGetter(void* data, int n, const char** out_str) { *out_str = ((cons… in ShowDemoWindowWidgets() argument
1331 struct Funcs in ShowDemoWindowWidgets() struct
1333 static int MyCallback(ImGuiInputTextCallbackData* data) in ShowDemoWindowWidgets()
1393 struct Funcs in ShowDemoWindowWidgets() struct
1395 static int MyResizeCallback(ImGuiInputTextCallbackData* data) in ShowDemoWindowWidgets()
1409 …r* label, ImVector<char>* my_str, const ImVec2& size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0) in ShowDemoWindowWidgets()
1614 struct Funcs in ShowDemoWindowWidgets() struct
1616 static float Sin(void*, int i) { return sinf(i * 0.1f); } in ShowDemoWindowWidgets()
1617 static float Saw(void*, int i) { return (i & 1) ? 1.0f : -1.0f; } in ShowDemoWindowWidgets()
Dimgui.cpp11292 struct Funcs in ShowMetricsWindow() struct
11294 static ImRect GetTableRect(ImGuiTable* table, int rect_type, int n) in ShowMetricsWindow()
11313 static ImRect GetWindowRect(ImGuiWindow* window, int rect_type) in ShowMetricsWindow()
/third_party/harfbuzz/src/
Dhb-machinery.hh175 >::value Funcs; typedef
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh186 >::value Funcs; typedef
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh175 >::value Funcs; typedef
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp965 struct Funcs in ShowDemoWindowWidgets() struct
967 static float Sin(void*, int i) { return sinf(i * 0.1f); } in ShowDemoWindowWidgets()
968 static float Saw(void*, int i) { return (i & 1) ? 1.0f : -1.0f; } in ShowDemoWindowWidgets()
Dimgui.cpp9138 struct Funcs in ShowMetricsWindow() struct
9140 static void NodeDrawList(ImGuiWindow* window, ImDrawList* draw_list, const char* label) in ShowMetricsWindow()
9209 static void NodeWindows(ImVector<ImGuiWindow*>& windows, const char* label) in ShowMetricsWindow()
9218 static void NodeWindow(ImGuiWindow* window, const char* label) in ShowMetricsWindow()
9260 static void NodeTabBar(ImGuiTabBar* tab_bar) in ShowMetricsWindow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp135 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon821923f40111::GCOVProfiler
/third_party/mesa3d/src/imgui/
Dimgui.cpp9299 struct Funcs in ShowMetricsWindow() struct
9301 static void NodeDrawList(ImGuiWindow* window, ImDrawList* draw_list, const char* label) in ShowMetricsWindow()
9372 static void NodeWindows(ImVector<ImGuiWindow*>& windows, const char* label) in ShowMetricsWindow()
9381 static void NodeWindow(ImGuiWindow* window, const char* label) in ShowMetricsWindow()
9423 static void NodeTabBar(ImGuiTabBar* tab_bar) in ShowMetricsWindow()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1623 inline static constexpr const FT_Outline_Funcs Funcs{ member in __anonb1df4b060611::SkFTGeometrySink