/external/chromium_org/v8/src/ |
globals.h | 412 // there is no semantic difference between the strict and the extended mode in
|
/external/clang/include/clang/AST/ |
TemplateName.h | 380 /// with a qualified name, and has no semantic meaning. In this
|
DeclCXX.h | 174 /// source code to the access specifier used for semantic analysis. 231 /// This is the actual base specifier as used for semantic analysis, so 245 /// semantic analysis. 398 /// \brief True when this class has a destructor with no semantic effect. [all...] |
/external/clang/lib/AST/ |
DeclBase.cpp | 744 /// Generally, the parent lookup context is the semantic context. However, for [all...] |
/external/llvm/ |
CREDITS.TXT | 286 D: Clang semantic analysis and IR generation
|
/external/llvm/include/llvm/MC/ |
MCContext.h | 144 /// Honor temporary labels, this is useful for debugging semantic
|
/external/llvm/lib/AsmParser/ |
LLParser.h | 262 // Function Semantic Analysis.
|
/external/mesa3d/src/glsl/ |
README | 16 semantic checking is performed. See ast_*.cpp for the conversion, and
|
/external/mesa3d/src/mapi/glapi/ |
glapi_getproc.c | 174 * The semantic of this field should be changed slightly. Currently, it
|
/external/mesa3d/src/mesa/main/ |
arrayobj.c | 385 * BindVertexArrayAPPLE, determines the semantic of the object."
|
/external/v8/src/ |
globals.h | 392 // there is no semantic difference between the strict and the extended mode in
|
/packages/apps/InCallUI/src/com/android/incallui/ |
DialpadFragment.java | 321 // semantic meaning of performClick(). Required for Braille support.
|
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_tab.cpp | 34 simplifying the original so-called "semantic" parser. */ [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 34 simplifying the original so-called "semantic" parser. */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */ 719 * semantic indices, so we'll use 0 for them. 797 ctx->shader->input[i].name = d->Semantic.Name; 798 ctx->shader->input[i].sid = d->Semantic.Index; 823 ctx->shader->output[i].name = d->Semantic.Name; 824 ctx->shader->output[i].sid = d->Semantic.Index; 830 switch (d->Semantic.Name) { 832 ctx->shader->clip_dist_write |= d->Declaration.UsageMask << (d->Semantic.Index << 2); 844 switch (d->Semantic.Name) { 858 if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */ 719 * semantic indices, so we'll use 0 for them. 797 ctx->shader->input[i].name = d->Semantic.Name; 798 ctx->shader->input[i].sid = d->Semantic.Index; 823 ctx->shader->output[i].name = d->Semantic.Name; 824 ctx->shader->output[i].sid = d->Semantic.Index; 830 switch (d->Semantic.Name) { 832 ctx->shader->clip_dist_write |= d->Declaration.UsageMask << (d->Semantic.Index << 2); 844 switch (d->Semantic.Name) { 858 if (d->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.h | 810 // These don't do semantic checking. 811 // The semantic checking is implemented higher up. [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_mesa_to_tgsi.c | 1001 * \param inputSemanticIndex the semantic index (ex: which texcoord) for 1008 * \param outputSemanticIndex the semantic index (ex: which texcoord) for [all...] |
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 776 /// \param S The semantic analysis that created the result. [all...] |
/external/clang/lib/Sema/ |
DeclSpec.cpp | 1 //===--- SemaDeclSpec.cpp - Declaration Specifier Semantic Analysis -------===// 10 // This file implements semantic analysis for declaration specifiers. [all...] |
SemaCXXScopeSpec.cpp | 1 //===--- SemaCXXScopeSpec.cpp - Semantic Analysis for C++ scope specifiers-===// 10 // This file implements C++ semantic analysis for scope specifiers. [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 232 /// should only be used for comment generation not anything semantic. 263 /// should only be used for comment generation not anything semantic. [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_mesa_to_tgsi.c | 1001 * \param inputSemanticIndex the semantic index (ex: which texcoord) for 1008 * \param outputSemanticIndex the semantic index (ex: which texcoord) for [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | 3203 const Expr *semantic = *i; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp_unittest.cc | 133 "a=msid-semantic: WMS local_stream_1 local_stream_2\r\n" 214 "a=msid-semantic: WMS local_stream_1 local_stream_2\r\n" [all...] |