HomeSort by relevance Sort by last modified time
    Searched full:semantic (Results 201 - 225 of 836) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/include/clang/Lex/
LiteralSupport.h 36 /// NumericLiteralParser - This performs strict semantic analysis of the content
137 /// CharLiteralParser - Perform interpretation and semantic analysis of a
211 /// If the Diagnostics pointer is non-null, then this will do semantic
  /external/chromium_org/content/public/browser/
notification_service.h 44 // Returns the same value as AllSources(). This function has semantic
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 109 declaration.Semantic = 0;
123 unsigned semantic,
138 declaration.Semantic = semantic;
337 full_declaration.Semantic = tgsi_default_declaration_semantic();
367 full_decl->Declaration.Semantic,
413 if( full_decl->Declaration.Semantic ) {
422 full_decl->Semantic.Name,
423 full_decl->Semantic.Index,
    [all...]
tgsi_parse.h 71 struct tgsi_declaration_semantic Semantic;
  /external/clang/lib/AST/
CXXABI.h 25 /// Implements C++ ABI-specific semantic analysis functions.
  /external/clang/test/CodeGenObjCXX/
mangle.mm 60 // Don't crash when mangling an enum whose semantic context
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 55 // FIXME: These diagnostics should all disappear once semantic analysis
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 42 libparse - C (for now) parsing and local semantic analysis. This library
78 compiler tool, it makes sense to take those plus the AST building and semantic
108 semantic analysis (some errors and warnings are not produced).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 109 declaration.Semantic = 0;
123 unsigned semantic,
138 declaration.Semantic = semantic;
337 full_declaration.Semantic = tgsi_default_declaration_semantic();
367 full_decl->Declaration.Semantic,
413 if( full_decl->Declaration.Semantic ) {
422 full_decl->Semantic.Name,
423 full_decl->Semantic.Index,
    [all...]
tgsi_parse.h 71 struct tgsi_declaration_semantic Semantic;
  /external/srec/srec/Semproc/include/
SR_SemanticProcessorImpl.h 32 * eScript Semantic Processor stuff
  /libcore/luni/src/main/java/java/text/
Annotation.java 34 * Note: There is no semantic connection between this annotation class and the
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 46 semantic type while the operand represents what is actually being
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 46 semantic type while the operand represents what is actually being
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 46 semantic type while the operand represents what is actually being
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 46 semantic type while the operand represents what is actually being
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 917 switch (fdec->Semantic.Name) {
922 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index;
931 if (fdec->Semantic.Index >= 8)
934 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index;
935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index);
936 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic.Index)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 917 switch (fdec->Semantic.Name) {
922 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index;
931 if (fdec->Semantic.Index >= 8)
934 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index;
935 fpc->fp->texcoords |= (1 << fdec->Semantic.Index);
936 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic.Index)
    [all...]
  /external/bison/src/
scan-code.h 29 * Keeps track of the maximum number of semantic values to the left of a handle
30 * (those referenced by $0, $-1, etc.) that are required by the semantic
  /external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h 93 return false; // Invalid operation, handled at semantic analysis
106 return false; // Invalid operation, handled at semantic analysis
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 53 ubyte sn; /* TGSI semantic name */
54 ubyte si; /* TGSI semantic index */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 485 shader->input[i].name = d->Semantic.Name;
486 shader->input[i].sid = d->Semantic.Index;
493 shader->output[i].name = d->Semantic.Name;
494 shader->output[i].sid = d->Semantic.Index;
504 switch(d->Semantic.Name) {
527 d->Semantic.Name);
533 (d->Semantic.Name == TGSI_SEMANTIC_POSITION) :
534 (d->Semantic.Name == TGSI_SEMANTIC_COLOR)) {
  /external/clang/test/Index/
index-refs.cpp 105 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@593@SP>1#T@TS>#t0.0#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8]
108 [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@593@S@TS>#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 53 ubyte sn; /* TGSI semantic name */
54 ubyte si; /* TGSI semantic index */
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 485 shader->input[i].name = d->Semantic.Name;
486 shader->input[i].sid = d->Semantic.Index;
493 shader->output[i].name = d->Semantic.Name;
494 shader->output[i].sid = d->Semantic.Index;
504 switch(d->Semantic.Name) {
527 d->Semantic.Name);
533 (d->Semantic.Name == TGSI_SEMANTIC_POSITION) :
534 (d->Semantic.Name == TGSI_SEMANTIC_COLOR)) {

Completed in 1110 milliseconds

1 2 3 4 5 6 7 891011>>