Home
last modified time | relevance | path

Searched defs:f2b (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/SemaCXX/
Dlinkage-spec.cpp60 int f2b(char *) { in f2b() function
65 int f2b(int) { in f2b() function
/external/llvm-project/clang/test/SemaCXX/
Dlinkage-spec.cpp60 int f2b(char *) { in f2b() function
65 int f2b(int) { in f2b() function
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp80 function<int(int, int)> f2b = add<int>(); in test_function() local
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp80 function<int(int, int)> f2b = add<int>(); in test_function() local
/external/llvm-project/flang/test/Semantics/
Dresolve45.f9024 function f2b(x, y) function
/external/clang/test/Analysis/
DNSWindow.m68 void f2b() { function
/external/llvm-project/clang/test/Analysis/
DNSWindow.m68 void f2b() { function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-redundant-void-arg.cpp147 void (*f2b)(void)(nullptr); variable
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp516 f2b(operand a) in f2b() function
/external/swiftshader/src/Shader/
DShaderCore.cpp702 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() function in sw::ShaderCore