Searched refs:ty (Results 51 - 75 of 101) sorted by relevance

12345

/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c851 struct ttyent *ty; local
855 while (NULL != (ty = getttyent())) {
857 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
862 if (NULL == ty) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h81 unsigned SCEVTy, const SCEV *op, Type *ty);
101 const SCEV *op, Type *ty);
116 const SCEV *op, Type *ty);
131 const SCEV *op, Type *ty);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp47 QualType ty = vd->getType(); local
48 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType();
H A DLiveVariables.cpp224 const Type *ty = Ty.getTypePtr(); local
225 while (const ArrayType *VT = dyn_cast<ArrayType>(ty)) {
230 ty = VT->getElementType().getTypePtr();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h367 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, argument
372 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
412 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, argument
416 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize,
448 CXXDynamicCastExpr(QualType ty, ExprValueKind VK, CastKind kind, argument
452 : CXXNamedCastExpr(CXXDynamicCastExprClass, ty, VK, kind, op, pathSize,
491 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, argument
496 : CXXNamedCastExpr(CXXReinterpretCastExprClass, ty, vk, kind, op,
530 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, argument
533 : CXXNamedCastExpr(CXXConstCastExprClass, ty, V
873 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, QualType ty, ExprValueKind VK, NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) argument
1694 CXXFunctionalCastExpr(QualType ty, ExprValueKind VK, TypeSourceInfo *writtenTy, CastKind kind, Expr *castExpr, unsigned pathSize, SourceLocation lParenLoc, SourceLocation rParenLoc) argument
2737 ArrayTypeTraitExpr(SourceLocation loc, ArrayTypeTrait att, TypeSourceInfo *queried, uint64_t value, Expr *dimension, SourceLocation rparen, QualType ty) argument
[all...]
H A DTypeLoc.h67 TypeLoc(QualType ty, void *opaqueData) argument
68 : Ty(ty.getAsOpaquePtr()), Data(opaqueData) {}
69 TypeLoc(const Type *ty, void *opaqueData) argument
70 : Ty(ty), Data(opaqueData) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
35 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
37 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
H A DValue.cpp53 Value::Value(Type *ty, unsigned scid) argument
54 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid),
H A DConstantsContext.h271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, argument
273 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp407 Register(Type ty, uint32_t index, uint32_t offs, RegisterContext *reg_ctx, argument
410 m_avail(sizeof(uint64_t) - m_offs), m_type(ty), m_reg_ctx(reg_ctx),
414 Register(Type ty, uint32_t index, RegisterContext *reg_ctx, argument
416 : Register(ty, index, 0, reg_ctx, byte_order) {}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h347 StructBuilder beginStruct(llvm::StructType *ty = nullptr) {
348 return StructBuilder(static_cast<InitBuilder&>(this->Builder), this, ty);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h376 MVT ty(SDValue Op) const { function in class:llvm::HexagonTargetLowering
379 TypePair ty(const VectorPair &Ops) const { function in class:llvm::HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp667 uint8_t ty = type; local
669 type = ty;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h591 Baserel(uint32_t v, uint8_t ty) : rva(v), type(ty) {} argument
H A DChunks.cpp456 uint8_t ty = getBaserelType(rel); local
457 if (ty == IMAGE_REL_BASED_ABSOLUTE)
462 res->emplace_back(rva + rel.VirtualAddress, ty);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c946 uint32_t ty = (uint32_t)n001 + 1; local
947 *isleapyear = !(ty & 3)
948 && ((ty != 100) || !(tc & 3));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp370 auto ty = symbol_file->ResolveTypeUID(type.getRawSymbol().getTypeId());
371 return ty ? ty->shared_from_this() : nullptr;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp241 QualType ty = exp->getType();
242 assert(!ty->isIncompleteType());
243 assert(!ty->isDependentType());
245 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1311 QualType ty = parm->getType(); local
1314 if (ty->isPointerType()) {
1315 QualType pointeeTy = ty->getPointeeType();
1347 if (ty.isRestrictQualified())
1356 bool isPipe = ty->isPipeType();
1357 if (ty->isImageType() || isPipe)
1366 typeName = ty.getCanonicalType()
1371 typeName = ty.getUnqualifiedType().getAsString(Policy);
1375 if (ty.isCanonical() && pos != std::string::npos)
1380 baseTypeName = ty
[all...]
H A DCGDeclCXX.cpp234 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false); local
243 ty, FnName.str(), FI, VD.getLocation());
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-der.c1060 Der_type ty; local
1066 tests[i].len, &cl, &ty, &tag, &size);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c149 #define GET_INT(v, mod, n, ty, mx) \
150 get_int(&line, &len, &v, mod, n, ty, mx, fp_filename, lineno)
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd584 local ty=$1 dir=$2 ; shift; shift
600 if [ x-P = "x$ty" ] ; then # search programs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h548 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) argument
549 : Loc(L), Ty(ty), Attrs(Attr), Name(N) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp2472 const Type *ty = split.Ty; local
2475 isTypeSubstitutable(quals, ty, Context.getASTContext());
2482 ty = Context.getASTContext().getAsArrayType(T);
2489 if (quals || ty->isDependentAddressSpaceType()) {
2491 dyn_cast<DependentAddressSpaceType>(ty)) {
2500 mangleType(QualType(ty, 0));
2503 switch (ty->getTypeClass()) {
2511 mangleType(static_cast<const CLASS##Type*>(ty)); \

Completed in 204 milliseconds

12345