Home
last modified time | relevance | path

Searched defs:declared (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dargs.cc420 Scope::KeyValueMap::const_iterator declared = in ApplyOverridesLocked() local
/third_party/boost/boost/
Dscope_exit.hpp194 struct declared struct
196 void* value;
197 static int const cmp2 = 0;
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h192 bool declared; member
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c220 boolean declared; member
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h463 scope_index_t declared; /* symbols declared within this block */ member
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c3490 int declared = 0; in check_duplicates() local
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js1537 var element = {declared: Object.create(null), used: []}; property
Dacorn.mjs1531 var element = {declared: Object.create(null), used: []}; property