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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyVariableDumper.cpp 43 auto VarType = Var.getType();
45 uint64_t Length = VarType->getRawSymbol().getLength();
55 dumpSymbolTypeAndName(*VarType, Var.getName());
58 if (isa<PDBSymbolTypeEnum>(*VarType))
62 dumpSymbolTypeAndName(*VarType, Var.getName());
72 dumpSymbolTypeAndName(*VarType, Var.getName());
80 dumpSymbolTypeAndName(*VarType, Var.getName());
  /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...]
CGOpenMPRuntime.h 1289 /// VarType.
1290 /// \param VarType Type of the artificial threadprivate variable.
1293 QualType VarType,
2170 /// VarType.
2171 /// \param VarType Type of the artificial threadprivate variable.
2174 QualType VarType,
CodeGenModule.cpp 4554 QualType VarType = D->getType();
4555 if (Context.isAlignmentRequired(VarType))
4558 if (const auto *RT = VarType->getAs<RecordType>()) {
CGOpenMPRuntime.cpp 2002 QualType VarType,
2005 llvm::Type *VarLVType = CGF.ConvertTypeForMem(VarType);
2011 return Address(GAddr, CGM.getContext().getTypeAlignInChars(VarType));
2018 CGF.Builder.CreateIntCast(CGF.getTypeSize(VarType), CGM.SizeTy,
2029 CGM.getContext().getTypeAlignInChars(VarType));
12737 CodeGenFunction &CGF, QualType VarType, StringRef Name) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 8015 QualType VarType = LCDecl->getType().getNonReferenceType();
8016 if (!VarType->isIntegerType() && !VarType->isPointerType() &&
8183 Step, VarType, TestIsStrictOp,
8191 bool UseVarType = VarType->hasIntegerRepresentation() &&
8192 C.getTypeSize(Type) > C.getTypeSize(VarType);
8195 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type);
8196 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation()
8258 QualType VarType = LCDecl->getType().getNonReferenceType();
8261 Step, VarType, TestIsStrictOp
    [all...]
SemaStmt.cpp 1130 QualType VarType = VD->getType();
1132 if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
1133 S.Context.hasSameUnqualifiedType(EnumType, VarType))
SemaDeclCXX.cpp 13525 QualType VarType;
13529 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc));
13532 RefBuilder(VarDecl *Var, QualType VarType)
13533 : Var(Var), VarType(VarType) {}
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 9595 VarType,
9794 FirstVD->getSourceRange(), VarType)
9797 SecondVD->getSourceRange(), VarType)

Completed in 67 milliseconds