Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
Dcoverity.c36 int has_memory; in av_malloc() local
38 if (has_memory) { in av_malloc()
49 int has_memory; in av_mallocz() local
51 if (has_memory) { in av_mallocz()
62 int has_memory; in av_realloc() local
64 if (has_memory) { in av_realloc()
/third_party/mesa3d/src/compiler/glsl/
Dast.h823 bool has_memory() const;
Dast_type.cpp111 bool ast_type_qualifier::has_memory() const in has_memory() function in ast_type_qualifier
Dglsl_parser.yy853 if (block->layout.has_layout() || block->layout.has_memory()) {