/openbsd/gnu/gcc/gcc/ |
H A D | vec.h | 235 #define VEC_space(T,V,R) \ argument 246 #define VEC_reserve(T,A,V,R) \ argument 270 #define VEC_quick_push(T,V,O) \ argument 282 #define VEC_safe_push(T,A,V,O) \ argument 301 #define VEC_truncate(T,V,I) \ argument 311 #define VEC_safe_grow(T,A,V,I) \ argument 325 #define VEC_replace(T,V,I,O) \ argument 444 #define VEC(T,A) VEC_##T##_##A argument 447 #define VEC(T,A) VEC_ T _ A argument 454 #define VEC_T(T,B) \ argument [all …]
|
H A D | lambda.h | 50 #define LTM_MATRIX(T) ((T)->matrix) argument 51 #define LTM_ROWSIZE(T) ((T)->rowsize) argument 52 #define LTM_COLSIZE(T) ((T)->colsize) argument 53 #define LTM_DENOMINATOR(T) ((T)->denominator) argument 71 #define LBV_SIZE(T) ((T)->size) argument 96 #define LLE_CONSTANT(T) ((T)->constant) argument 99 #define LLE_NEXT(T) ((T)->next) argument 122 #define LL_STEP(T) ((T)->step) argument 137 #define LN_LOOPS(T) ((T)->loops) argument 138 #define LN_DEPTH(T) ((T)->depth) argument [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ODRHash.cpp | 272 void AddQualType(QualType T) { in AddQualType() 835 void AddQualType(QualType T) { in AddQualType() 839 void AddType(const Type *T) { in AddType() 908 void Visit(const Type *T) { in Visit() 914 void VisitType(const Type *T) {} in VisitType() 950 void VisitArrayType(const ArrayType *T) { in VisitArrayType() 1013 void VisitAutoType(const AutoType *T) { in VisitAutoType() 1126 void VisitPipeType(const PipeType *T) { in VisitPipeType() 1163 void VisitTagType(const TagType *T) { in VisitTagType() 1274 void ODRHash::AddType(const Type *T) { in AddType() [all …]
|
H A D | TypePrinter.cpp | 205 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers() 304 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 433 static QualType skipTopLevelReferences(QualType T) { in skipTopLevelReferences() 614 const DependentAddressSpaceType *T, raw_ostream &OS) { in printDependentAddressSpaceBefore() 619 const DependentAddressSpaceType *T, raw_ostream &OS) { in printDependentAddressSpaceAfter() 703 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 764 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter() 768 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 794 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore() 808 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter() [all …]
|
H A D | MicrosoftMangle.cpp | 1284 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() 1587 QualType T = TA.getAsType(); in mangleTemplateArg() local 1618 QualType T = TA.getIntegralType(); in mangleTemplateArg() local 1624 QualType T = TA.getNullPtrType(); in mangleTemplateArg() local 1694 void MicrosoftCXXNameMangler::mangleTemplateArgValue(QualType T, in mangleTemplateArgValue() 1754 QualType T = Base.getType(); in mangleTemplateArgValue() local 2167 void MicrosoftCXXNameMangler::mangleAddressSpaceType(QualType T, in mangleAddressSpaceType() 3123 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType() 3256 const DependentTemplateSpecializationType *T, Qualifiers, in mangleType() 3589 void MicrosoftMangleContextImpl::mangleCXXRTTIName(QualType T, in mangleCXXRTTIName() [all …]
|
H A D | TypeLoc.cpp | 654 TypeLoc VisitElaboratedTypeLoc(ElaboratedTypeLoc T) { in VisitElaboratedTypeLoc() 658 TypeLoc VisitQualifiedTypeLoc(QualifiedTypeLoc T) { in VisitQualifiedTypeLoc() 662 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() 666 TypeLoc VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() 670 TypeLoc VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc() 674 TypeLoc VisitMemberPointerTypeLoc(MemberPointerTypeLoc T) { in VisitMemberPointerTypeLoc() 678 TypeLoc VisitArrayTypeLoc(ArrayTypeLoc T) { in VisitArrayTypeLoc() 682 TypeLoc VisitFunctionTypeLoc(FunctionTypeLoc T) { in VisitFunctionTypeLoc() 686 TypeLoc VisitParenTypeLoc(ParenTypeLoc T) { in VisitParenTypeLoc() 690 TypeLoc VisitAttributedTypeLoc(AttributedTypeLoc T) { in VisitAttributedTypeLoc() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 52 LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T) { in LLVMGetNextTarget() 79 const char * LLVMGetTargetName(LLVMTargetRef T) { in LLVMGetTargetName() 83 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription() 87 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT() 91 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine() 95 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend() 99 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, in LLVMCreateTargetMachine() 158 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple() 163 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU() 168 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) { in LLVMGetTargetMachineFeatureString() [all …]
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 260 QualType T in clang_getCursorType() local 300 QualType T = GetQualType(CT); in clang_getTypeSpelling() local 401 QualType T = GetQualType(CT); in clang_getCanonicalType() local 413 QualType T = GetQualType(CT); in clang_isConstQualifiedType() local 650 QualType T = GetQualType(X); in clang_isFunctionTypeVariadic() local 664 QualType T = GetQualType(X); in clang_getFunctionTypeCallingConv() local 701 QualType T = GetQualType(X); in clang_getNumArgTypes() local 717 QualType T = GetQualType(X); in clang_getArgType() local 733 QualType T = GetQualType(X); in clang_getResultType() local 786 QualType T = GetQualType(X); in clang_getExceptionSpecificationType() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | MachO.cpp | 15 static MachO::CPUSubTypeX86 getX86SubType(const Triple &T) { in getX86SubType() 26 static MachO::CPUSubTypeARM getARMSubType(const Triple &T) { in getARMSubType() 57 static MachO::CPUSubTypeARM64 getARM64SubType(const Triple &T) { in getARM64SubType() 67 static MachO::CPUSubTypePowerPC getPowerPCSubType(const Triple &T) { in getPowerPCSubType() 71 static Error unsupported(const char *Str, const Triple &T) { in unsupported() 77 Expected<uint32_t> MachO::getCPUType(const Triple &T) { in getCPUType() 95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | cond2.C | 8 struct T struct 11 T(int j) { i = j; printf("UP\n"); up++; } in T() argument 12 T(const T& t) { i = t.i; printf("unwanted copy\n"); } in T() function 13 ~T() { printf ("DOWN\n"); down++; } in ~T() argument
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
H A D | deque_ctor.cc | 61 typedef int T; in requiredTypesCheck() typedef 144 typedef copy_tracker T; in defaultConstructorCheck() typedef 182 typedef copy_tracker T; in copyConstructorCheck() typedef 223 typedef copy_tracker T; in fillConstructorCheck() typedef 250 typedef copy_tracker T; in fillConstructorCheck2() typedef 276 typedef copy_tracker T; in rangeConstructorCheckForwardIterator() typedef 306 typedef copy_tracker T; in rangeConstructorCheckInputIterator() typedef 434 typedef copy_tracker T; in rangeAssignmentCheckWithException() typedef 447 typedef copy_tracker T; in fillAssignmentCheck2() typedef 460 typedef copy_tracker T; in test_default_ctor_exception_safety() typedef [all …]
|
H A D | vector_ctor.cc | 114 typedef copy_tracker T; in test_default_ctor_exception_gurantee() typedef 147 typedef copy_tracker T; in test_copy_ctor_exception_gurantee() typedef 186 typedef copy_tracker T; in test_assignment_operator_1() typedef 214 typedef copy_tracker T; in test_assignment_operator_2() typedef 244 typedef copy_tracker T; in test_assignment_operator_3() typedef 274 typedef copy_tracker T; in test_assignment_operator_3_exception_guarantee() typedef 319 typedef copy_tracker T; in test_fill_assign_1() typedef 347 typedef copy_tracker T; in test_fill_assign_2() typedef 381 typedef copy_tracker T; in test_fill_assign_3() typedef 417 typedef copy_tracker T; in test_fill_assign_3_exception_guarantee() typedef [all …]
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 159 void Visit(QualType T) { in Visit() 170 void Visit(const Type *T) { in Visit() 283 else if (const auto *T = N.get<Type>()) in Visit() local 289 else if (const auto *T = N.get<TemplateArgument>()) in Visit() local 342 void VisitLocInfoType(const LocInfoType *T) { in VisitLocInfoType() 346 void VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType() 349 void VisitReferenceType(const ReferenceType *T) { in VisitReferenceType() 352 void VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType() 376 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() 379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() [all …]
|
H A D | StmtOpenMP.h | 676 static bool classof(const Stmt *T) { in classof() 952 static bool classof(const Stmt *T) { in classof() 994 static bool classof(const Stmt *T) { in classof() 1519 static bool classof(const Stmt *T) { in classof() 1619 static bool classof(const Stmt *T) { in classof() 1709 static bool classof(const Stmt *T) { in classof() 1772 static bool classof(const Stmt *T) { in classof() 1852 static bool classof(const Stmt *T) { in classof() 1912 static bool classof(const Stmt *T) { in classof() 1965 static bool classof(const Stmt *T) { in classof() [all …]
|
/openbsd/gnu/gcc/include/ |
H A D | libiberty.h | 312 #define XNEW(T) ((T *) xmalloc (sizeof (T))) argument 313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) argument 318 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) argument 319 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) argument 320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) argument 325 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument 326 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument 327 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument 331 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 332 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | libiberty.h | 312 #define XNEW(T) ((T *) xmalloc (sizeof (T))) argument 313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) argument 318 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) argument 319 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) argument 320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) argument 325 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument 326 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument 327 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument 331 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 332 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | libiberty.h | 312 #define XNEW(T) ((T *) xmalloc (sizeof (T))) argument 313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) argument 318 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) argument 319 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) argument 320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) argument 325 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument 326 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument 327 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument 331 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) argument 332 #define XOBFINISH(O, T) ((T) obstack_finish ((O))) argument
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 30 static bool useCompactUnwind(const Triple &T) { in useCompactUnwind() 54 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { in initMachOMCObjectFileInfo() 329 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo() 537 void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) { in initGOFFMCObjectFileInfo() 547 void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) { in initCOFFMCObjectFileInfo() 827 void MCObjectFileInfo::initSPIRVMCObjectFileInfo(const Triple &T) { in initSPIRVMCObjectFileInfo() 832 void MCObjectFileInfo::initWasmMCObjectFileInfo(const Triple &T) { in initWasmMCObjectFileInfo() 918 void MCObjectFileInfo::initXCOFFMCObjectFileInfo(const Triple &T) { in initXCOFFMCObjectFileInfo() 1028 void MCObjectFileInfo::initDXContainerObjectFileInfo(const Triple &T) { in initDXContainerObjectFileInfo()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 1102 Token T; in unrollIndent() local 1174 Token T; in scanStreamStart() local 1193 Token T; in scanStreamEnd() local 1213 Token T; in scanDirective() local 1237 Token T; in scanDocumentIndicator() local 1246 Token T; in scanFlowCollectionStart() local 1265 Token T; in scanFlowCollectionEnd() local 1279 Token T; in scanFlowEntry() local 1291 Token T; in scanBlockEntry() local 1306 Token T; in scanKey() local [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/ |
H A D | gcov-3.h | 21 struct T { struct 23 T() { i = 0; } in T() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | init13.C | 8 struct T { struct 11 T( int g):m(g){} in T() function
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TypeLocBuilder.h | 73 TypeSpecTypeLoc pushTypeSpec(QualType T) { in pushTypeSpec() 91 void TypeWasModifiedSafely(QualType T) { in TypeWasModifiedSafely() 99 template <class TyLocType> TyLocType push(QualType T) { in push() 107 TypeSourceInfo *getTypeSourceInfo(ASTContext& Context, QualType T) { in getTypeSourceInfo() 120 TypeLoc getTypeLocInContext(ASTContext &Context, QualType T) { in getTypeLocInContext() 144 TypeLoc getTemporaryTypeLoc(QualType T) { in getTemporaryTypeLoc()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 41 QualType T; variable 148 APSIntType getAPSIntType(QualType T) const { in getAPSIntType() 177 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() 190 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue() local 202 const llvm::APSInt &getMaxValue(QualType T) { in getMaxValue() 206 const llvm::APSInt &getMinValue(QualType T) { in getMinValue() 210 const llvm::APSInt &getMaxValue(APSIntType T) { in getMaxValue() 214 const llvm::APSInt &getMinValue(APSIntType T) { in getMinValue() 230 const llvm::APSInt &getZeroWithTypeSize(QualType T) { in getZeroWithTypeSize() 235 const llvm::APSInt &getTruthValue(bool b, QualType T) { in getTruthValue()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | scudo_unit_test.h | 37 #define SKIP_ON_FUCHSIA(T) DISABLED_##T argument 39 #define SKIP_ON_FUCHSIA(T) T argument 43 #define SKIP_NO_DEBUG(T) T argument 45 #define SKIP_NO_DEBUG(T) DISABLED_##T argument
|
/openbsd/regress/lib/libtls/gotls/ |
H A D | tls_test.go | 187 func TestTLSBasic(t *testing.T) { 243 func TestTLSVersions(t *testing.T) { 288 func TestTLSSingleByteReadWrite(t *testing.T) { 357 func TestTLSInfo(t *testing.T) {
|