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 421 VerifierKind VK = VK_VerifyInAndOut;
423 VK = VK_NoVerifier;
425 VK = VK_VerifyEachPass;
431 PassPipeline, OK, VK, PreserveAssemblyUseListOrder,
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 204 for (uint32_t VK = 0; VK < IPVK_Last + 1; VK++) {
205 uint32_t NS = Func.getNumValueSites(VK);
208 OS << "# ValueKind = " << ValueProfKindStr[VK] << ":\n" << VK << "\n";
211 uint32_t ND = Func.getNumValueDataForSite(VK, S);
213 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S);
215 if (VK == IPVK_IndirectCallTarget)
  /external/clang/lib/Sema/
SemaExprMember.cpp 287 /// VK should be set in advance to the value kind of the base
290 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK,
379 if (HasRepeated) VK = VK_RValue;
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 73 const SparcMCExpr *adjustPICRelocation(SparcMCExpr::VariantKind VK,
    [all...]
  /external/clang/lib/AST/
Expr.cpp 329 QualType T, ExprValueKind VK)
330 : Expr(DeclRefExprClass, T, VK, OK_Ordinary, false, false, false, false),
374 ExprValueKind VK,
380 T, VK, FoundD, TemplateArgs);
390 ExprValueKind VK,
415 NameInfo, FoundD, TemplateArgs, T, VK);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 3393 milliseconds