Searched defs:Semantic (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h71 struct tgsi_declaration_semantic Semantic; member in struct:tgsi_full_declaration
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp499 Expr *Semantic = *it; local
500 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
501 Semantic = OVE->getSourceExpr();
502 Visit(Semantic);
H A DCFG.cpp2635 Expr *Semantic = E->getSemanticExpr(--i); local
2639 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
2640 Semantic = OVE->getSourceExpr();
2642 if (CFGBlock *B = Visit(Semantic))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp311 const fltSemantics &Semantic = local
315 convertToFpType(Semantic);
319 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
/external/clang/lib/Sema/
H A DSemaLookup.cpp842 DeclContext *Semantic = DC; local
843 while (!Semantic->isFileContext())
844 Semantic = Semantic->getParent();
850 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
851 Lexical->Encloses(Semantic))
852 return std::make_pair(Semantic, true);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ member in struct:tgsi_declaration

Completed in 347 milliseconds