Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp191 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() argument
205 canPrefixQualifiers(const Type * T,bool & NeedARCStrongQualifier) canPrefixQualifiers() argument
304 printBefore(QualType T,raw_ostream & OS) printBefore() argument
318 printBefore(const Type * T,Qualifiers Quals,raw_ostream & OS) printBefore() argument
371 printAfter(const Type * T,Qualifiers Quals,raw_ostream & OS) printAfter() argument
381 printBuiltinBefore(const BuiltinType * T,raw_ostream & OS) printBuiltinBefore() argument
386 printBuiltinAfter(const BuiltinType * T,raw_ostream & OS) printBuiltinAfter() argument
388 printComplexBefore(const ComplexType * T,raw_ostream & OS) printComplexBefore() argument
393 printComplexAfter(const ComplexType * T,raw_ostream & OS) printComplexAfter() argument
397 printPointerBefore(const PointerType * T,raw_ostream & OS) printPointerBefore() argument
408 printPointerAfter(const PointerType * T,raw_ostream & OS) printPointerAfter() argument
418 printBlockPointerBefore(const BlockPointerType * T,raw_ostream & OS) printBlockPointerBefore() argument
425 printBlockPointerAfter(const BlockPointerType * T,raw_ostream & OS) printBlockPointerAfter() argument
433 skipTopLevelReferences(QualType T) skipTopLevelReferences() argument
439 printLValueReferenceBefore(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceBefore() argument
452 printLValueReferenceAfter(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceAfter() argument
464 printRValueReferenceBefore(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceBefore() argument
477 printRValueReferenceAfter(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceAfter() argument
489 printMemberPointerBefore(const MemberPointerType * T,raw_ostream & OS) printMemberPointerBefore() argument
506 printMemberPointerAfter(const MemberPointerType * T,raw_ostream & OS) printMemberPointerAfter() argument
517 printConstantArrayBefore(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayBefore() argument
523 printConstantArrayAfter(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayAfter() argument
539 printIncompleteArrayBefore(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayBefore() argument
545 printIncompleteArrayAfter(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayAfter() argument
551 printVariableArrayBefore(const VariableArrayType * T,raw_ostream & OS) printVariableArrayBefore() argument
557 printVariableArrayAfter(const VariableArrayType * T,raw_ostream & OS) printVariableArrayAfter() argument
577 printAdjustedBefore(const AdjustedType * T,raw_ostream & OS) printAdjustedBefore() argument
583 printAdjustedAfter(const AdjustedType * T,raw_ostream & OS) printAdjustedAfter() argument
587 printDecayedBefore(const DecayedType * T,raw_ostream & OS) printDecayedBefore() argument
592 printDecayedAfter(const DecayedType * T,raw_ostream & OS) printDecayedAfter() argument
597 printDependentSizedArrayBefore(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayBefore() argument
604 printDependentSizedArrayAfter(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayAfter() argument
614 printDependentAddressSpaceBefore(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceBefore() argument
619 printDependentAddressSpaceAfter(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceAfter() argument
628 printDependentSizedExtVectorBefore(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorBefore() argument
634 printDependentSizedExtVectorAfter(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorAfter() argument
643 printVectorBefore(const VectorType * T,raw_ostream & OS) printVectorBefore() argument
713 printVectorAfter(const VectorType * T,raw_ostream & OS) printVectorAfter() argument
718 printDependentVectorBefore(const DependentVectorType * T,raw_ostream & OS) printDependentVectorBefore() argument
795 printDependentVectorAfter(const DependentVectorType * T,raw_ostream & OS) printDependentVectorAfter() argument
799 printExtVectorBefore(const ExtVectorType * T,raw_ostream & OS) printExtVectorBefore() argument
804 printExtVectorAfter(const ExtVectorType * T,raw_ostream & OS) printExtVectorAfter() argument
811 printConstantMatrixBefore(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixBefore() argument
819 printConstantMatrixAfter(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixAfter() argument
825 printDependentSizedMatrixBefore(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixBefore() argument
839 printDependentSizedMatrixAfter(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixAfter() argument
874 printFunctionProtoBefore(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoBefore() argument
905 printFunctionProtoAfter(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoAfter() argument
1083 printFunctionNoProtoBefore(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoBefore() argument
1092 printFunctionNoProtoAfter(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoAfter() argument
1117 printUnresolvedUsingBefore(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingBefore() argument
1122 printUnresolvedUsingAfter(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingAfter() argument
1125 printUsingBefore(const UsingType * T,raw_ostream & OS) printUsingBefore() argument
1138 printUsingAfter(const UsingType * T,raw_ostream & OS) printUsingAfter() argument
1140 printTypedefBefore(const TypedefType * T,raw_ostream & OS) printTypedefBefore() argument
1144 printMacroQualifiedBefore(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedBefore() argument
1154 printMacroQualifiedAfter(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedAfter() argument
1159 printTypedefAfter(const TypedefType * T,raw_ostream & OS) printTypedefAfter() argument
1161 printTypeOfExprBefore(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprBefore() argument
1170 printTypeOfExprAfter(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprAfter() argument
1173 printTypeOfBefore(const TypeOfType * T,raw_ostream & OS) printTypeOfBefore() argument
1181 printTypeOfAfter(const TypeOfType * T,raw_ostream & OS) printTypeOfAfter() argument
1183 printDecltypeBefore(const DecltypeType * T,raw_ostream & OS) printDecltypeBefore() argument
1191 printDecltypeAfter(const DecltypeType * T,raw_ostream & OS) printDecltypeAfter() argument
1193 printUnaryTransformBefore(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformBefore() argument
1208 printUnaryTransformAfter(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformAfter() argument
1211 printAutoBefore(const AutoType * T,raw_ostream & OS) printAutoBefore() argument
1236 printAutoAfter(const AutoType * T,raw_ostream & OS) printAutoAfter() argument
1243 printDeducedTemplateSpecializationBefore(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationBefore() argument
1255 printDeducedTemplateSpecializationAfter(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationAfter() argument
1261 printAtomicBefore(const AtomicType * T,raw_ostream & OS) printAtomicBefore() argument
1270 printAtomicAfter(const AtomicType * T,raw_ostream & OS) printAtomicAfter() argument
1272 printPipeBefore(const PipeType * T,raw_ostream & OS) printPipeBefore() argument
1284 printPipeAfter(const PipeType * T,raw_ostream & OS) printPipeAfter() argument
1286 printBitIntBefore(const BitIntType * T,raw_ostream & OS) printBitIntBefore() argument
1293 printBitIntAfter(const BitIntType * T,raw_ostream & OS) printBitIntAfter() argument
1295 printDependentBitIntBefore(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntBefore() argument
1305 printDependentBitIntAfter(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntAfter() argument
1457 printRecordBefore(const RecordType * T,raw_ostream & OS) printRecordBefore() argument
1465 QualType T = PNA->getTypedefType(); printRecordBefore() local
1479 printRecordAfter(const RecordType * T,raw_ostream & OS) printRecordAfter() argument
1481 printEnumBefore(const EnumType * T,raw_ostream & OS) printEnumBefore() argument
1485 printEnumAfter(const EnumType * T,raw_ostream & OS) printEnumAfter() argument
1487 printTemplateTypeParmBefore(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmBefore() argument
1505 printTemplateTypeParmAfter(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmAfter() argument
1509 printSubstTemplateTypeParmBefore(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmBefore() argument
1516 printSubstTemplateTypeParmAfter(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmAfter() argument
1523 printSubstTemplateTypeParmPackBefore(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackBefore() argument
1544 printSubstTemplateTypeParmPackAfter(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackAfter() argument
1549 printTemplateId(const TemplateSpecializationType * T,raw_ostream & OS,bool FullyQualify) printTemplateId() argument
1571 printTemplateSpecializationBefore(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationBefore() argument
1577 printTemplateSpecializationAfter(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationAfter() argument
1580 printInjectedClassNameBefore(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameBefore() argument
1590 printInjectedClassNameAfter(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameAfter() argument
1593 printElaboratedBefore(const ElaboratedType * T,raw_ostream & OS) printElaboratedBefore() argument
1626 printElaboratedAfter(const ElaboratedType * T,raw_ostream & OS) printElaboratedAfter() argument
1640 printParenBefore(const ParenType * T,raw_ostream & OS) printParenBefore() argument
1648 printParenAfter(const ParenType * T,raw_ostream & OS) printParenAfter() argument
1656 printDependentNameBefore(const DependentNameType * T,raw_ostream & OS) printDependentNameBefore() argument
1668 printDependentNameAfter(const DependentNameType * T,raw_ostream & OS) printDependentNameAfter() argument
1672 printDependentTemplateSpecializationBefore(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationBefore() argument
1687 printDependentTemplateSpecializationAfter(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationAfter() argument
1689 printPackExpansionBefore(const PackExpansionType * T,raw_ostream & OS) printPackExpansionBefore() argument
1694 printPackExpansionAfter(const PackExpansionType * T,raw_ostream & OS) printPackExpansionAfter() argument
1700 printAttributedBefore(const AttributedType * T,raw_ostream & OS) printAttributedBefore() argument
1747 printAttributedAfter(const AttributedType * T,raw_ostream & OS) printAttributedAfter() argument
1914 printBTFTagAttributedBefore(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedBefore() argument
1920 printBTFTagAttributedAfter(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedAfter() argument
1925 printObjCInterfaceBefore(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceBefore() argument
1931 printObjCInterfaceAfter(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceAfter() argument
1934 printObjCTypeParamBefore(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamBefore() argument
1953 printObjCTypeParamAfter(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamAfter() argument
1956 printObjCObjectBefore(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectBefore() argument
1997 printObjCObjectAfter(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectAfter() argument
2004 printObjCObjectPointerBefore(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerBefore() argument
2017 printObjCObjectPointerAfter(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerAfter() argument
2046 isSubstitutedType(ASTContext & Ctx,QualType T,QualType Pattern,ArrayRef<TemplateArgument> Args,unsigned Depth) isSubstitutedType() argument
[all...]
H A DODRHash.cpp276 AddQualType(QualType T) AddQualType() argument
843 AddQualType(QualType T) AddQualType() argument
847 AddType(const Type * T) AddType() argument
874 RemoveTypedef(const Type * T) RemoveTypedef() argument
916 Visit(const Type * T) Visit() argument
922 VisitType(const Type * T) VisitType() argument
924 VisitAdjustedType(const AdjustedType * T) VisitAdjustedType() argument
930 VisitDecayedType(const DecayedType * T) VisitDecayedType() argument
936 VisitArrayType(const ArrayType * T) VisitArrayType() argument
942 VisitConstantArrayType(const ConstantArrayType * T) VisitConstantArrayType() argument
947 VisitDependentSizedArrayType(const DependentSizedArrayType * T) VisitDependentSizedArrayType() argument
952 VisitIncompleteArrayType(const IncompleteArrayType * T) VisitIncompleteArrayType() argument
956 VisitVariableArrayType(const VariableArrayType * T) VisitVariableArrayType() argument
961 VisitAttributedType(const AttributedType * T) VisitAttributedType() argument
968 VisitBlockPointerType(const BlockPointerType * T) VisitBlockPointerType() argument
973 VisitBuiltinType(const BuiltinType * T) VisitBuiltinType() argument
978 VisitComplexType(const ComplexType * T) VisitComplexType() argument
983 VisitDecltypeType(const DecltypeType * T) VisitDecltypeType() argument
988 VisitDependentDecltypeType(const DependentDecltypeType * T) VisitDependentDecltypeType() argument
992 VisitDeducedType(const DeducedType * T) VisitDeducedType() argument
997 VisitAutoType(const AutoType * T) VisitAutoType() argument
1010 VisitDeducedTemplateSpecializationType(const DeducedTemplateSpecializationType * T) VisitDeducedTemplateSpecializationType() argument
1015 VisitDependentAddressSpaceType(const DependentAddressSpaceType * T) VisitDependentAddressSpaceType() argument
1021 VisitDependentSizedExtVectorType(const DependentSizedExtVectorType * T) VisitDependentSizedExtVectorType() argument
1027 VisitFunctionType(const FunctionType * T) VisitFunctionType() argument
1036 VisitFunctionNoProtoType(const FunctionNoProtoType * T) VisitFunctionNoProtoType() argument
1040 VisitFunctionProtoType(const FunctionProtoType * T) VisitFunctionProtoType() argument
1048 VisitInjectedClassNameType(const InjectedClassNameType * T) VisitInjectedClassNameType() argument
1053 VisitMemberPointerType(const MemberPointerType * T) VisitMemberPointerType() argument
1059 VisitObjCObjectPointerType(const ObjCObjectPointerType * T) VisitObjCObjectPointerType() argument
1064 VisitObjCObjectType(const ObjCObjectType * T) VisitObjCObjectType() argument
1084 VisitObjCInterfaceType(const ObjCInterfaceType * T) VisitObjCInterfaceType() argument
1089 VisitObjCTypeParamType(const ObjCTypeParamType * T) VisitObjCTypeParamType() argument
1100 VisitPackExpansionType(const PackExpansionType * T) VisitPackExpansionType() argument
1105 VisitParenType(const ParenType * T) VisitParenType() argument
1110 VisitPipeType(const PipeType * T) VisitPipeType() argument
1116 VisitPointerType(const PointerType * T) VisitPointerType() argument
1121 VisitReferenceType(const ReferenceType * T) VisitReferenceType() argument
1126 VisitLValueReferenceType(const LValueReferenceType * T) VisitLValueReferenceType() argument
1130 VisitRValueReferenceType(const RValueReferenceType * T) VisitRValueReferenceType() argument
1135 VisitSubstTemplateTypeParmPackType(const SubstTemplateTypeParmPackType * T) VisitSubstTemplateTypeParmPackType() argument
1141 VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType * T) VisitSubstTemplateTypeParmType() argument
1147 VisitTagType(const TagType * T) VisitTagType() argument
1152 VisitRecordType(const RecordType * T) VisitRecordType() argument
1153 VisitEnumType(const EnumType * T) VisitEnumType() argument
1155 VisitTemplateSpecializationType(const TemplateSpecializationType * T) VisitTemplateSpecializationType() argument
1164 VisitTemplateTypeParmType(const TemplateTypeParmType * T) VisitTemplateTypeParmType() argument
1171 VisitTypedefType(const TypedefType * T) VisitTypedefType() argument
1176 VisitTypeOfExprType(const TypeOfExprType * T) VisitTypeOfExprType() argument
1182 VisitTypeOfType(const TypeOfType * T) VisitTypeOfType() argument
1187 VisitTypeWithKeyword(const TypeWithKeyword * T) VisitTypeWithKeyword() argument
1192 VisitDependentNameType(const DependentNameType * T) VisitDependentNameType() argument
1199 VisitDependentTemplateSpecializationType(const DependentTemplateSpecializationType * T) VisitDependentTemplateSpecializationType() argument
1209 VisitElaboratedType(const ElaboratedType * T) VisitElaboratedType() argument
1215 VisitUnaryTransformType(const UnaryTransformType * T) VisitUnaryTransformType() argument
1221 VisitUnresolvedUsingType(const UnresolvedUsingType * T) VisitUnresolvedUsingType() argument
1226 VisitVectorType(const VectorType * T) VisitVectorType() argument
1233 VisitExtVectorType(const ExtVectorType * T) VisitExtVectorType() argument
1239 AddType(const Type * T) AddType() argument
1244 AddQualType(QualType T) AddQualType() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp15 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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp71 LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T) { in LLVMGetNextTarget() argument
78 [&](const Target &T) { return T.getName() == NameRef; }); in LLVMGetTargetFromName() argument
82 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple() argument
98 const char * LLVMGetTargetName(LLVMTargetRef T) { in LLVMGetTargetName() argument
102 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription() argument
106 LLVMTargetHasJIT(LLVMTargetRef T) LLVMTargetHasJIT() argument
110 LLVMTargetHasTargetMachine(LLVMTargetRef T) LLVMTargetHasTargetMachine() argument
114 LLVMTargetHasAsmBackend(LLVMTargetRef T) LLVMTargetHasAsmBackend() argument
200 LLVMCreateTargetMachineWithOptions(LLVMTargetRef T,const char * Triple,LLVMTargetMachineOptionsRef Options) LLVMCreateTargetMachineWithOptions() argument
211 LLVMCreateTargetMachine(LLVMTargetRef T,const char * Triple,const char * CPU,const char * Features,LLVMCodeGenOptLevel Level,LLVMRelocMode Reloc,LLVMCodeModel CodeModel) LLVMCreateTargetMachine() argument
228 LLVMDisposeTargetMachine(LLVMTargetMachineRef T) LLVMDisposeTargetMachine() argument
230 LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) LLVMGetTargetMachineTarget() argument
235 LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) LLVMGetTargetMachineTriple() argument
240 LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) LLVMGetTargetMachineCPU() argument
245 LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) LLVMGetTargetMachineFeatureString() argument
250 LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T,LLVMBool VerboseAsm) LLVMSetTargetMachineAsmVerbosity() argument
255 LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T,LLVMBool Enable) LLVMSetTargetMachineFastISel() argument
259 LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T,LLVMBool Enable) LLVMSetTargetMachineGlobalISel() argument
263 LLVMSetTargetMachineGlobalISelAbort(LLVMTargetMachineRef T,LLVMGlobalISelAbortMode Mode) LLVMSetTargetMachineGlobalISelAbort() argument
281 LLVMSetTargetMachineMachineOutliner(LLVMTargetMachineRef T,LLVMBool Enable) LLVMSetTargetMachineMachineOutliner() argument
286 LLVMCreateTargetDataLayout(LLVMTargetMachineRef T) LLVMCreateTargetDataLayout() argument
290 LLVMTargetMachineEmit(LLVMTargetMachineRef T,LLVMModuleRef M,raw_pwrite_stream & OS,LLVMCodeGenFileType codegen,char ** ErrorMessage) LLVMTargetMachineEmit() argument
324 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T,LLVMModuleRef M,const char * Filename,LLVMCodeGenFileType codegen,char ** ErrorMessage) LLVMTargetMachineEmitToFile() argument
339 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,LLVMModuleRef M,LLVMCodeGenFileType codegen,char ** ErrorMessage,LLVMMemoryBufferRef * OutMemBuf) LLVMTargetMachineEmitToMemoryBuffer() argument
375 LLVMAddAnalysisPasses(LLVMTargetMachineRef T,LLVMPassManagerRef PM) LLVMAddAnalysisPasses() argument
[all...]
/freebsd-src/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h61 #define CK_PR_FENCE(T, I) \ argument
70 #define CK_PR_FENCE(T, I) \ argument
111 #define CK_PR_FAS(S, M, T, C, I) \ argument
125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
137 #define CK_PR_LOAD(S, M, T, C, I) \ argument
151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
163 #define CK_PR_STORE(S, M, T, C, I) \ argument
176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
191 #define CK_PR_FAA(S, M, T, C, I) \ argument
205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument
[all …]
/freebsd-src/crypto/openssl/include/internal/
H A Dnumbers.h18 # define __MAXUINT__(T) ((T) -1) argument
19 # define __MAXINT__(T) ((T) ((((T) 1) << ((sizeof(T) * CHAR_BIT) - 1)) ^ __MAXUINT__(T))) argument
20 # define __MININT__(T) (-__MAXINT__(T) - 1) argument
24 # define __MAXUINT__(T) (((T) -1) + 1) argument
25 # define __MAXINT__(T) ((T) ((((T) 1) << ((sizeof(T) * CHAR_BIT) - 1)) ^ __MAXUINT__(T))) argument
26 # define __MININT__(T) (-__MAXINT__(T)) argument
30 # define __MAXINT__(T) ((T) (((((T) 1) << ((sizeof(T) * CHAR_BIT) - 2)) - 1) | (((T) 1) << ((sizeo… argument
31 # define __MAXUINT__(T) ((T) (__MAXINT__(T) | (((T) 1) << ((sizeof(T) * CHAR_BIT) - 1)))) argument
32 # define __MININT__(T) (-__MAXINT__(T)) argument
/freebsd-src/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h61 #define CK_PR_FENCE(T, I) \ argument
90 #define CK_PR_LOAD(S, M, T, I) \ argument
101 #define CK_PR_LOAD_64(S, M, T, I) \ argument
116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument
117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument
136 #define CK_PR_STORE(S, M, T, I) \ argument
147 #define CK_PR_STORE_64(S, M, T, I) \ argument
161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument
162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument
191 #define CK_PR_NEG(N, M, T, W, R) \ argument
[all …]
H A Dck_pr_lse.h97 #define CK_PR_CAS(N, M, T, W, R) \ argument
142 #define CK_PR_FAS(N, M, T, W, R) \ argument
169 #define CK_PR_UNARY(O, N, M, T, I, W, R, S) \ argument
188 #define CK_PR_UNARY_S(S, T, W) \ argument
204 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ argument
227 #define CK_PR_BINARY_S(S, T, W) \ argument
275 #define CK_PR_FAA(S, T, W) \ argument
/freebsd-src/sys/contrib/ck/include/gcc/
H A Dck_pr.h58 #define CK_PR_LOAD(S, M, T) \ argument
99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) argument
125 #define CK_PR_FENCE(T) \ argument
156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument
167 #define CK_PR_CAS_S(S, T) CK_PR_CAS(S, T, T) argument
191 #define CK_PR_CAS_O(S, T) \ argument
213 #define CK_PR_FAA(S, M, T) \ argument
223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) argument
239 #define CK_PR_BINARY(K, S, M, T) \ argument
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
[all …]
/freebsd-src/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h71 #define CK_PR_FENCE(T, I) \ argument
140 #define CK_PR_FAS(S, M, T, C, I) \ argument
154 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument
173 #define CK_PR_LOAD(S, M, T, C, I) \ argument
187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
224 #define CK_PR_LOAD_2(S, W, T) \ argument
245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument
256 #define CK_PR_STORE(S, M, T, C, I) \ argument
272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument
289 #define CK_PR_FAA(S, M, T, C, I) \ argument
[all …]
/freebsd-src/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h63 #define CK_PR_FENCE(T, I) \ argument
96 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument
110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
123 #define CK_PR_STORE(S, M, T, C, I) \ argument
136 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
149 #define CK_PR_CAS(N, T, M) \ argument
197 #define CK_PR_FAS(N, M, T, W) \ argument
220 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
241 #define CK_PR_UNARY_S(S, T, W) \ argument
254 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
[all …]
/freebsd-src/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h78 #define CK_PR_FENCE(T, I) \ argument
108 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument
122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
137 #define CK_PR_DOUBLE_LOAD(T, N) \ argument
157 #define CK_PR_STORE(S, M, T, C, I) \ argument
171 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
186 #define CK_PR_DOUBLE_STORE(T, N) \ argument
210 #define CK_PR_DOUBLE_CAS_VALUE(T, N) \ argument
254 #define CK_PR_DOUBLE_CAS(T, N) \ argument
339 #define CK_PR_CAS(N, T, W) \ argument
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_rb.h48 #define ARCHIVE_RB_TREE_MIN(T) \ argument
50 #define ARCHIVE_RB_TREE_MAX(T) \ argument
52 #define ARCHIVE_RB_TREE_NEXT(T, N) \ argument
54 #define ARCHIVE_RB_TREE_PREV(T, N) \ argument
56 #define ARCHIVE_RB_TREE_FOREACH(N, T) \ argument
59 #define ARCHIVE_RB_TREE_FOREACH_REVERSE(N, T) \ argument
62 #define ARCHIVE_RB_TREE_FOREACH_SAFE(N, T, S) \ argument
66 #define ARCHIVE_RB_TREE_FOREACH_REVERSE_SAFE(N, T, S) \ argument
/freebsd-src/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h62 #define CK_PR_FENCE(T, I) \ argument
91 #define CK_PR_LOAD(S, M, T, C, I) \ argument
105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
122 #define CK_PR_STORE(S, M, T, C, I) \ argument
135 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
238 #define CK_PR_CAS(N, T) \ argument
283 #define CK_PR_FAS(N, M, T, W) \ in CK_PR_CAS() argument
310 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
331 #define CK_PR_UNARY_S(S, T, W) \ argument
345 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
[all …]
/freebsd-src/contrib/arm-optimized-routines/math/test/
H A Dulp.h134 *y = T (call) (f, a, conf); in T() function
111 static inline void T(call_fenv) (const struct fun *f, struct T(args) a, int r, T() function
123 static inline void T(call_nofenv) (const struct fun *f, struct T(args) a, T() function
167 static inline int T(call_long_nofenv) (const struct fun *f, struct T(args) a, T() function
188 static inline int T(qnanpropagation) (struct T(args) a) T() function
192 static inline RT(float) T(sum) (struct T(args) a) T() function
198 static inline int T(call_mpfr_fix) (const struct fun *f, struct T(args) a, T() function
261 static int T(cmp) (const struct fun *f, struct gen *gen, T() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h159 Visit(QualType T) Visit() argument
170 Visit(const Type * T) Visit() argument
287 else if (const auto *T = N.get<Type>()) Visit() local
293 else if (const auto *T = N.get<TemplateArgument>()) Visit() local
347 VisitComplexType(const ComplexType * T) VisitComplexType() argument
348 VisitLocInfoType(const LocInfoType * T) VisitLocInfoType() argument
351 VisitPointerType(const PointerType * T) VisitPointerType() argument
352 VisitBlockPointerType(const BlockPointerType * T) VisitBlockPointerType() argument
355 VisitReferenceType(const ReferenceType * T) VisitReferenceType() argument
358 VisitMemberPointerType(const MemberPointerType * T) VisitMemberPointerType() argument
362 VisitArrayType(const ArrayType * T) VisitArrayType() argument
363 VisitVariableArrayType(const VariableArrayType * T) VisitVariableArrayType() argument
367 VisitDependentSizedArrayType(const DependentSizedArrayType * T) VisitDependentSizedArrayType() argument
371 VisitDependentSizedExtVectorType(const DependentSizedExtVectorType * T) VisitDependentSizedExtVectorType() argument
375 VisitVectorType(const VectorType * T) VisitVectorType() argument
376 VisitFunctionType(const FunctionType * T) VisitFunctionType() argument
377 VisitFunctionProtoType(const FunctionProtoType * T) VisitFunctionProtoType() argument
382 VisitTypeOfExprType(const TypeOfExprType * T) VisitTypeOfExprType() argument
385 VisitDecltypeType(const DecltypeType * T) VisitDecltypeType() argument
388 VisitUnaryTransformType(const UnaryTransformType * T) VisitUnaryTransformType() argument
391 VisitAttributedType(const AttributedType * T) VisitAttributedType() argument
396 VisitBTFTagAttributedType(const BTFTagAttributedType * T) VisitBTFTagAttributedType() argument
401 VisitSubstTemplateTypeParmPackType(const SubstTemplateTypeParmPackType * T) VisitSubstTemplateTypeParmPackType() argument
404 VisitTemplateSpecializationType(const TemplateSpecializationType * T) VisitTemplateSpecializationType() argument
408 VisitObjCObjectPointerType(const ObjCObjectPointerType * T) VisitObjCObjectPointerType() argument
411 VisitAtomicType(const AtomicType * T) VisitAtomicType() argument
412 VisitPipeType(const PipeType * T) VisitPipeType() argument
413 VisitAdjustedType(const AdjustedType * T) VisitAdjustedType() argument
414 VisitPackExpansionType(const PackExpansionType * T) VisitPackExpansionType() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp30 static bool useCompactUnwind(const Triple &T) { in useCompactUnwind() argument
62 initMachOMCObjectFileInfo(const Triple & T) initMachOMCObjectFileInfo() argument
338 initELFMCObjectFileInfo(const Triple & T,bool Large) initELFMCObjectFileInfo() argument
546 initGOFFMCObjectFileInfo(const Triple & T) initGOFFMCObjectFileInfo() argument
563 initCOFFMCObjectFileInfo(const Triple & T) initCOFFMCObjectFileInfo() argument
843 initSPIRVMCObjectFileInfo(const Triple & T) initSPIRVMCObjectFileInfo() argument
848 initWasmMCObjectFileInfo(const Triple & T) initWasmMCObjectFileInfo() argument
934 initXCOFFMCObjectFileInfo(const Triple & T) initXCOFFMCObjectFileInfo() argument
1050 initDXContainerObjectFileInfo(const Triple & T) initDXContainerObjectFileInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h76 TypeSpecTypeLoc pushTypeSpec(QualType T) { in pushTypeSpec()
94 void TypeWasModifiedSafely(QualType T) { in TypeWasModifiedSafely()
102 template <class TyLocType> TyLocType push(QualType T) { in push()
110 TypeSourceInfo *getTypeSourceInfo(ASTContext& Context, QualType T) { in getTypeSourceInfo()
123 TypeLoc getTypeLocInContext(ASTContext &Context, QualType T) { in getTypeLocInContext()
147 TypeLoc getTemporaryTypeLoc(QualType T) { in getTemporaryTypeLoc()
/freebsd-src/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h59 #define CK_PR_FENCE(T, I) \ argument
88 #define CK_PR_LOAD(S, M, T, C, I) \ argument
102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
113 #define CK_PR_STORE(S, M, T, C, I) \ argument
127 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
195 #define CK_PR_CAS(N, T) \ argument
224 #define CK_PR_FAS(N, T) \ argument
/freebsd-src/tools/regression/include/stdatomic/
H A Dlogic.c56 #define DO_FETCH_TEST(T, a, name, result) do { \ argument
63 #define DO_COMPARE_EXCHANGE_TEST(T, a, name) do { \ argument
74 #define DO_ALL_TESTS(T, a) do { \ argument
97 #define TEST_TYPE(T) do { \ argument
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h41 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()
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.h192 #define smTraceState(L,S,C,T) siTraceState(agRoot,L,S,C,T) argument
193 #define smTraceChipState(L,C,T) siTraceState(agRoot,L,fiTraceSmChip,C,T) argument
194 #define smTraceFabricState(L,C,T) siTraceState(agRoot,L,fiTraceSmFabr,C,T) argument
195 #define smTracePortState(L,C,T) siTraceState(agRoot,L,fiTraceSmPort,C,T) argument
196 #define smTraceLoginState(L,C,T) siTraceState(agRoot,L,fiTraceSmLogin,C,T) argument
197 #define smTraceXchgState(L,C,T) siTraceState(agRoot,L,fiTraceSmXchg,C,T) argument
198 #define smTraceDiscFabState(L,C,T) siTraceState(agRoot,L,fiTraceDiscFab,C,T) argument
199 #define smTraceDiscLoopState(L,C,T) siTraceState(agRoot,L,fiTraceDiscLoop,C,T) argument
200 #define smTraceFc2State(L,C,T) siTraceState(agRoot,L,fiTraceFc2,C,T) argument
201 #define smTraceScsiTgtState(L,C,T) siTraceState(agRoot,L,fiTraceTgtState,C,T) argument
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp612 Token T = scanner.getNext(); in dumpTokens() local
696 Token T = scanner.getNext(); in scanTokens() local
1120 Token T; in unrollIndent() local
1144 Token T; in rollIndent() local
1192 Token T; in scanStreamStart() local
1212 Token T; in scanStreamEnd() local
1233 Token T; in scanDirective() local
1258 Token T; in scanDocumentIndicator() local
1267 Token T; in scanFlowCollectionStart() local
1289 Token T; in scanFlowCollectionEnd() local
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h44 inline UtcTime<std::chrono::seconds> toUtcTime(std::time_t T) { in toUtcTime()
65 toTimePoint(std::time_t T) { in toTimePoint()
72 toTimePoint(std::time_t T, uint32_t nsec) { in toTimePoint()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp33 llvm::Type *CGOpenCLRuntime::convertOpenCLSpecificType(const Type *T) { in convertOpenCLSpecificType()
46 llvm::PointerType *CGOpenCLRuntime::getPointerType(const Type *T) { in getPointerType()
52 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T) { in getPipeType()
62 llvm::Type *CGOpenCLRuntime::getPipeType(const PipeType *T, StringRef Name, in getPipeType()
69 llvm::Type *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType()

12345678910>>...40