Home
last modified time | relevance | path

Searched refs:is_immutable (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c135 is_immutable_func_t is_immutable; member
250 if (o->is_immutable) in test_object()
251 g_assert (!o->is_immutable (obj)); in test_object()
256 if (o->is_immutable) { in test_object()
258 g_assert (o->is_immutable (obj)); in test_object()
325 if (o->is_immutable) in test_object()
326 g_assert (o->is_immutable (obj)); in test_object()
353 if (o->is_immutable) in test_object()
354 g_assert (!o->is_immutable (obj)); in test_object()
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py24 is_immutable,
230 if is_immutable(decl.vartype):
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py97 def is_immutable(vardecl): function
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp663 bool is_immutable(uint32_t id) const;
H A Dspirv_cross.cpp303 if (forwarded && !is_immutable(var->self)) in register_read()
478 bool Compiler::is_immutable(uint32_t id) const in is_immutable() function in Compiler
H A Dspirv_glsl.cpp9417 if (is_immutable(id))

Completed in 25 milliseconds