HomeSort by relevance Sort by last modified time
    Searched defs:VK (Results 1 - 16 of 16) sorted by null

  /external/llvm/tools/opt/
opt.cpp 419 VerifierKind VK = VK_VerifyInAndOut;
421 VK = VK_NoVerifier;
423 VK = VK_VerifyEachPass;
429 OK, VK)
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.h 24 VK, /* info = index of constant in `k' */
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 878 SparcMCExpr::VariantKind VK = SparcMCExpr::parseVariantKind(name);
880 if (VK == SparcMCExpr::VK_Sparc_None)
894 switch(VK) {
897 VK = (hasGOTReference(subExpr)
899 : (isPIC ? SparcMCExpr::VK_Sparc_GOT10 : VK));
902 VK = (hasGOTReference(subExpr)
904 : (isPIC ? SparcMCExpr::VK_Sparc_GOT22 : VK));
908 EVal = SparcMCExpr::Create(VK, subExpr, getContext());
  /external/clang/lib/Sema/
SemaExprMember.cpp 286 /// VK should be set in advance to the value kind of the base
289 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK,
378 if (HasRepeated) VK = VK_RValue;
    [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 347 QualType T, ExprValueKind VK)
348 : Expr(DeclRefExprClass, T, VK, OK_Ordinary, false, false, false, false),
384 ExprValueKind VK,
390 T, VK, FoundD, TemplateArgs);
400 ExprValueKind VK,
420 NameInfo, FoundD, TemplateArgs, T, VK);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 390 milliseconds