HomeSort by: relevance | last modified time | path
    Searched defs:VarType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFPreserveDIType.cpp 102 IntegerType *VarType = Type::getInt64Ty(BB->getContext());
106 *M, VarType, false, GlobalVariable::ExternalLinkage, NULL, GVName);
BPFAbstractMemberAccess.cpp 995 IntegerType *VarType;
997 VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value
999 VarType = Type::getInt64Ty(BB->getContext()); // 64bit ptr or enum value
1001 GV = new GlobalVariable(*M, VarType, false, GlobalVariable::ExternalLinkage,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 68 VariadicType VarType;
233 VariadicType VarType;
239 : VariadicIndex(InvalidArgIndex), VarType(VariadicType::None),
247 VariadicIndex(VarIndex), VarType(Var), PropagationFunc(Func) {}
259 VariadicType::None == VarType;
331 IO.mapOptional("VariadicType", Propagation.VarType,
390 P.VarType, P.VarIndex}));
696 if (!IsTainted && VariadicType::Src == VarType) {
727 if (VariadicType::Dst == VarType) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 2000 QualType varType = CI.getVariable()->getType();
2001 callCStructCopyConstructor(MakeAddrLValue(dstField, varType),
2002 MakeAddrLValue(srcField, varType));
2316 QualType VarType;
2322 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {}
2333 CGF.PushDestructorCleanup(VarType, field);
2338 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr());
2345 QualType VarType;
2349 : BlockByrefHelpers(alignment), VarType(type) {}
2353 CGF.callCStructMoveConstructor(CGF.MakeAddrLValue(destField, VarType),
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1130 QualType VarType = VD->getType();
1132 if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
1133 S.Context.hasSameUnqualifiedType(EnumType, VarType))

Completed in 41 milliseconds