Home
last modified time | relevance | path

Searched refs:use_b (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/scons_to_gn/
H A D__init__.py107 for names, use_a, use_b in merged_data:
109 cond = ConditionNode(use_a, avail_a, use_b, avail_b)
120 merged_sub = MergeRawTree(prop_tree, use_a, use_b, use_b)
123 prop_cond = ConditionNode(prop_a, use_a, prop_b, use_b)
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dplugin_utils.h100 uint64_t use_a, use_b; in operator() local
104 stats_b = manager.stats (b, lru_b, use_b); in operator()
131 uint64_t use_a, use_b; in operator() local
135 stats_b = manager.stats (b, lru_b, use_b); in operator()
138 return use_a > use_b; in operator()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/JitArm64/
H A DJitArm64_FloatingPoint.cpp33 bool use_b = op5 != 25; // fmul uses no B in fp_arith() local
35 bool inputs_are_singles = fpr.IsSingle(a, !packed) && (!use_b || fpr.IsSingle(b, !packed)) && in fp_arith()
47 if (use_b) in fp_arith()
80 if (use_b) in fp_arith()
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_geometry.c639 bool use_b = true; in M_Geometry_intersect_line_sphere() local
650 use_b = false; in M_Geometry_intersect_line_sphere()
659 use_b = false; in M_Geometry_intersect_line_sphere()
664 use_b = false; in M_Geometry_intersect_line_sphere()
670 use_b ? Vector_CreatePyObject(isect_b, 3, NULL) : Py_INCREF_RET(Py_None)); in M_Geometry_intersect_line_sphere()
724 bool use_b = true; in M_Geometry_intersect_line_sphere_2d() local
735 use_b = false; in M_Geometry_intersect_line_sphere_2d()
744 use_b = false; in M_Geometry_intersect_line_sphere_2d()
749 use_b = false; in M_Geometry_intersect_line_sphere_2d()
755 use_b ? Vector_CreatePyObject(isect_b, 2, NULL) : Py_INCREF_RET(Py_None)); in M_Geometry_intersect_line_sphere_2d()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
H A Dno-module-map.cpp48 void use_b() { b(); } in use_b() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
H A Dno-module-map.cpp48 void use_b() { b(); } in use_b() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
H A Dno-module-map.cpp48 void use_b() { b(); } in use_b() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
H A Dno-module-map.cpp48 void use_b() { b(); } in use_b() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
H A Dno-module-map.cpp48 void use_b() { b(); } in use_b() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}} variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Modules/
H A Dexplicit-build.cpp91 const int use_b = b; // expected-error {{undeclared identifier}}

12345