Searched refs:CT (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-current/sys/contrib/libsodium/test/
H A Dconstcheck.sh3 CT='ct.c'
5 echo '#include <assert.h>' > "$CT"
6 echo '#include <sodium.h>' >> "$CT"
7 echo 'int main(void) {' >> "$CT"
12 echo " assert($func() == $macro);" >> "$CT"
14 echo "return 0; }" >> "$CT"
16 ${CC:-cc} "$CT" $CPPFLAGS $CFLAGS $LDFLAGS -lsodium || exit 1
18 rm -f a.out "$CT"
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1072 CanThrowResult CT = CT_Cannot; local
1077 CT = mergeCanThrow(CT, Self.canThrow(Init));
1084 CT = mergeCanThrow(
1085 CT, Sema::canCalleeThrow(Self, nullptr, Dtor, VD->getLocation()));
1094 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD));
1096 return CT;
1152 CanThrowResult CT = canDynamicCastThrow(CE);
1153 if (CT
1171 CanThrowResult CT; local
1202 CanThrowResult CT = CT_Cannot; local
1213 CanThrowResult CT; local
1225 CanThrowResult CT; local
1246 CanThrowResult CT = local
1255 CanThrowResult CT = CT_Cannot; local
1533 CanThrowResult CT = CT_Cannot; local
1551 CanThrowResult CT = CT_Cannot; local
1592 CanThrowResult CT = CT_Cannot; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp302 CatchableType CT; local
303 CT.Flags = DataPtr[0];
304 CT.NonVirtualBaseAdjustmentOffset = DataPtr[2];
305 CT.VirtualBasePointerOffset = DataPtr[3];
306 CT.VirtualBaseAdjustmentOffset = DataPtr[4];
307 CT.Size = DataPtr[5];
308 StringRef *I = std::begin(CT.Symbols), *E = std::end(CT.Symbols);
310 CTs[SymName] = CT;
437 const CatchableType &CT local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp94 if (auto *CT = dyn_cast<DICompositeType>(T)) {
95 if (auto *S = CT->getRawIdentifier())
/freebsd-current/crypto/openssl/crypto/err/
H A Derr_all_legacy.c74 IMPLEMENT_LEGACY_ERR_LOAD(CT)
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp365 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) {
367 if (CT->getResNo() >= getOpcode().getNumResults())
370 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo());
372 return TypesAreContradictory(NodeType, CT->getType());
379 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M))
380 return TypesAreContradictory(getType(), CT->getType());
H A DDAGISelMatcherOpt.cpp51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext()))
53 CT->getResNo() == 0) // CheckChildType checks res #0
54 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.cpp64 unsigned CT = MI->getOperand(OpNo).getImm(); local
65 switch (CT) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp335 for (change_ty CT : CurrentMinSet)
336 CurrentSet.insert(pred_begin(CT), pred_end(CT));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp38 prebuildReg2Entry(CT, Reg2Entry);
H A DSPIRVDuplicatesTracker.h261 SPIRVDuplicatesTracker<Constant> CT; member in class:llvm::SPIRVGeneralDuplicatesTracker
294 CT.add(C, MF, R);
325 return CT.find(const_cast<Constant *>(C), MF);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h123 void emitCallInformation(CallType CT);
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp35 auto I = partition_point(Container, [=](const Triple &CT) {
36 return std::forward_as_tuple(CT.getArch(), CT.getOS(),
37 CT.getEnvironment()) <
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1352 std::optional<InstCounterType> CT = counterTypeForInstr(Opcode);
1353 assert(CT.has_value());
1357 ScoreBrackets.simplifyWaitcnt(CT.value(), OldCnt);
1358 addWait(Wait, CT.value(), OldCnt);
1359 UpdatableInstr = &WaitInstrs[CT.value()];
1460 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) {
1461 if (!WaitInstrs[CT])
1464 unsigned NewCnt = getWait(Wait, CT);
1466 Modified |= updateOperandIfDifferent(*WaitInstrs[CT],
1468 Modified |= promoteSoftWaitCnt(WaitInstrs[CT]);
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp129 if (const ComplexType *CT = Ty->getAs<ComplexType>()) {
131 Ty = CT->getElementType();
H A DCodeGenTypes.h247 CXXCtorType CT);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp142 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, argument
144 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I) {}
221 // Adds the given form <CT, B, Idx, S> to Candidates, and finds its immediate
223 void allocateCandidatesAndFindBasis(Candidate::Kind CT, const SCEV *B,
343 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S,
345 Candidate C(CT, B, Idx, S, I);
342 allocateCandidatesAndFindBasis( Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, Instruction *I) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp793 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
794 if (!CT)
795 return CT = DICompositeType::getDistinct(
801 if (CT->getTag() != Tag)
804 // Only mutate CT if it's a forward declaration and the new operands aren't.
805 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?");
806 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl))
807 return CT;
809 // Mutate CT in place. Keep this in sync with getImpl.
810 CT
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp743 for (const auto &CT : CheckerTags) {
745 CT.second->printState(TempOut, State, /*NL=*/NewLine.c_str(), /*Sep=*/"");
755 LastCT = &CT;
759 for (const auto &CT : CheckerTags) {
761 CT.second->printState(TempOut, State, /*NL=*/NewLine.c_str(), /*Sep=*/"");
767 << "{ \"checker\": \"" << CT.second->getCheckerName().getName()
773 if (&CT != LastCT)
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp172 void addTypeRef(MDString &UUID, DICompositeType &CT);
262 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first))
263 Ref.second->replaceAllUsesWith(CT);
289 DICompositeType &CT) {
290 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID");
291 if (CT.isForwardDecl())
292 OldTypeRefs.FwdDecls.insert(std::make_pair(&UUID, &CT));
294 OldTypeRefs.Final.insert(std::make_pair(&UUID, &CT));
302 if (auto *CT = OldTypeRefs.Final.lookup(UUID))
303 return CT;
288 addTypeRef(MDString &UUID, DICompositeType &CT) argument
1665 DICompositeType *CT = nullptr; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h151 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
271 CXXCtorType CT, uint32_t Size,
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp669 CanQualType CT = Ctx.getCanonicalType(E->getType()); local
671 if (CT.isConstQualified())
674 CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant)
678 if (CT->isArrayType())
681 if (CT->isIncompleteType())
685 if (const RecordType *R = CT->getAs<RecordType>())
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp379 if (const auto *CT = Ty->getAs<ComplexType>()) {
380 PrimType ElemTy = *Ctx.classify(CT->getElementType());
H A DPointer.cpp338 if (const auto *CT = Ty->getAs<ComplexType>()) {
339 QualType ElemTy = CT->getElementType();
/freebsd-current/libexec/getty/
H A Dgettytab.h138 #define CT gettynums[27].value macro

Completed in 405 milliseconds

123