Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp205 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()
718 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
795 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
799 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore()
825 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore()
839 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter()
[all …]
H A DODRHash.cpp276 void AddQualType(QualType T) { in AddQualType()
843 void AddQualType(QualType T) { in AddQualType()
847 void AddType(const Type *T) { in AddType()
916 void Visit(const Type *T) { in Visit()
922 void VisitType(const Type *T) {} in VisitType()
936 void VisitArrayType(const ArrayType *T) { in VisitArrayType()
997 void VisitAutoType(const AutoType *T) { in VisitAutoType()
1110 void VisitPipeType(const PipeType *T) { in VisitPipeType()
1147 void VisitTagType(const TagType *T) { in VisitTagType()
1239 void ODRHash::AddType(const Type *T) { in AddType()
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp71 LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T) { in LLVMGetNextTarget()
98 const char * LLVMGetTargetName(LLVMTargetRef T) { in LLVMGetTargetName()
102 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription()
106 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
110 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
114 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
235 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple()
240 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU()
250 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T, in LLVMSetTargetMachineAsmVerbosity()
263 void LLVMSetTargetMachineGlobalISelAbort(LLVMTargetMachineRef T, in LLVMSetTargetMachineGlobalISelAbort()
[all …]
/freebsd/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
137 #define CK_PR_LOAD(S, M, T, C, I) \ argument
163 #define CK_PR_STORE(S, M, T, C, I) \ argument
191 #define CK_PR_FAA(S, M, T, C, I) \ argument
220 #define CK_PR_UNARY(K, S, T, C, I) \ argument
224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
235 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
313 #define CK_PR_CAS(S, M, T, C, I) \ argument
[all …]
/freebsd/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/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/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/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
173 #define CK_PR_LOAD(S, M, T, C, I) \ argument
224 #define CK_PR_LOAD_2(S, W, T) \ argument
256 #define CK_PR_STORE(S, M, T, C, I) \ argument
289 #define CK_PR_FAA(S, M, T, C, I) \ argument
319 #define CK_PR_UNARY(K, S, T, C, I) \ argument
323 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
414 #define CK_PR_CAS(S, M, T, C, I) \ argument
550 #define CK_PR_CAS_V(S, W, T) \ argument
[all …]
/freebsd/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
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
277 #define CK_PR_BINARY_S(S, T, W) \ argument
[all …]
/freebsd/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
137 #define CK_PR_DOUBLE_LOAD(T, N) \ argument
157 #define CK_PR_STORE(S, M, T, C, I) \ argument
186 #define CK_PR_DOUBLE_STORE(T, N) \ argument
254 #define CK_PR_DOUBLE_CAS(T, N) \ argument
339 #define CK_PR_CAS(N, T, W) \ argument
395 #define CK_PR_FAS(N, M, T, W) \ argument
450 #define CK_PR_UNARY_S(S, T, W) \ argument
493 #define CK_PR_BINARY_S(S, T, W) \ argument
[all …]
/freebsd/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/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
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
368 #define CK_PR_BINARY_S(S, T, W) \ argument
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h111 static inline void T(call_fenv) (const struct fun *f, struct T(args) a, int r, in T() function
123 static inline void T(call_nofenv) (const struct fun *f, struct T(args) a, in T() function
134 static inline int T(call_long_fenv) (const struct fun *f, struct T(args) a, in T() function
167 static inline int T(call_long_nofenv) (const struct fun *f, struct T(args) a, in T() function
188 static inline int T(qnanpropagation) (struct T(args) a) in T() function
192 static inline RT(float) T(sum) (struct T(args) a) in T() function
198 static inline int T(call_mpfr_fix) (const struct fun *f, struct T(args) a, in T() function
261 static int T(cmp) (const struct fun *f, struct gen *gen, in T() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h159 void Visit(QualType T) { in Visit()
170 void Visit(const Type *T) { in Visit()
287 else if (const auto *T = N.get<Type>()) in Visit() local
293 else if (const auto *T = N.get<TemplateArgument>()) in Visit() local
348 void VisitLocInfoType(const LocInfoType *T) { in VisitLocInfoType()
352 void VisitBlockPointerType(const BlockPointerType *T) { in VisitBlockPointerType()
355 void VisitReferenceType(const ReferenceType *T) { in VisitReferenceType()
358 void VisitMemberPointerType(const MemberPointerType *T) { in VisitMemberPointerType()
382 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
385 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp30 static bool useCompactUnwind(const Triple &T) { in useCompactUnwind()
62 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { in initMachOMCObjectFileInfo()
338 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo()
546 void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) { in initGOFFMCObjectFileInfo()
563 void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) { in initCOFFMCObjectFileInfo()
843 void MCObjectFileInfo::initSPIRVMCObjectFileInfo(const Triple &T) { in initSPIRVMCObjectFileInfo()
848 void MCObjectFileInfo::initWasmMCObjectFileInfo(const Triple &T) { in initWasmMCObjectFileInfo()
934 void MCObjectFileInfo::initXCOFFMCObjectFileInfo(const Triple &T) { in initXCOFFMCObjectFileInfo()
1050 void MCObjectFileInfo::initDXContainerObjectFileInfo(const Triple &T) { in initDXContainerObjectFileInfo()
/freebsd/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/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/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/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/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.h224 #define smTraceState(L,S,C,T) argument
225 #define smTraceChipState(L,C,T) argument
226 #define smTraceFabricState(L,C,T) argument
227 #define smTracePortState(L,C,T) argument
228 #define smTraceLoginState(L,C,T) argument
229 #define smTraceXchgState(L,C,T) argument
230 #define smTraceDiscFabState(L,C,T) argument
231 #define smTraceDiscLoopState(L,C,T) argument
232 #define smTraceFc2State(L,C,T) argument
233 #define smTraceScsiTgtState(L,C,T) argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1120 Token T; in unrollIndent() 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
1304 Token T; in scanFlowEntry() local
1317 Token T; in scanBlockEntry() local
1333 Token T; in scanKey() local
[all …]
/freebsd/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/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