Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dlookup_pi_state.c47 pthread_cond_t CT; variable
164 pthread_cond_timedwait(&CT, &MT, &ts_abs_timeout); in master_thread()
183 pthread_cond_init(&CT, NULL); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp418 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType()
419 if (!CT) in buildODRType()
420 return CT = DICompositeType::getDistinct( in buildODRType()
425 // Only mutate CT if it's a forward declaration and the new operands aren't. in buildODRType()
426 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType()
427 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
428 return CT; in buildODRType()
430 // Mutate CT in place. Keep this in sync with getImpl. in buildODRType()
431 CT->mutate(Tag, Line, RuntimeLang, SizeInBits, AlignInBits, OffsetInBits, in buildODRType()
436 assert((std::end(Ops) - std::begin(Ops)) == (int)CT in buildODRType()
[all...]
H A DLLVMContextImpl.h453 if (auto *CT = dyn_cast_or_null<DICompositeType>(Scope)) in getHashValue()
454 if (CT->getRawIdentifier()) in getHashValue()
485 auto *CT = dyn_cast_or_null<DICompositeType>(Scope); in isODRMember()
486 if (!CT || !CT->getRawIdentifier()) in isODRMember()
676 if (auto *CT = dyn_cast_or_null<DICompositeType>(Scope)) in getHashValue()
677 if (CT->getRawIdentifier()) in getHashValue()
712 auto *CT = dyn_cast_or_null<DICompositeType>(Scope); in isDeclarationOfODRMember()
713 if (!CT || !CT in isDeclarationOfODRMember()
[all...]
H A DInstructions.cpp1631 CompositeType *CT = dyn_cast<CompositeType>(Agg); in getIndexedTypeInternal() local
1632 if (!CT || CT->isPointerTy()) return nullptr; in getIndexedTypeInternal()
1634 if (!CT->indexValid(Index)) return nullptr; in getIndexedTypeInternal()
1635 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()
H A DDIBuilder.cpp634 if (auto *CT = in checkGlobalVariableScope()
636 assert(CT->getIdentifier().empty() && in checkGlobalVariableScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp190 void addTypeRef(MDString &UUID, DICompositeType &CT);
280 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles()
281 Ref.second->replaceAllUsesWith(CT); in tryToResolveCycles()
307 DICompositeType &CT) { in addTypeRef()
308 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef()
309 if (CT.isForwardDecl()) in addTypeRef()
310 OldTypeRefs.FwdDecls.insert(std::make_pair(&UUID, &CT)); in addTypeRef()
312 OldTypeRefs.Final.insert(std::make_pair(&UUID, &CT)); in addTypeRef()
320 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef()
321 return CT; in upgradeTypeRef()
306 addTypeRef(MDString &UUID, DICompositeType &CT) addTypeRef() argument
1380 DICompositeType *CT = nullptr; parseOneMetadata() local
[all...]
H A DBitcodeReader.cpp4711 LandingPadInst::ClauseType CT = in parseFunctionBody() local
4712 LandingPadInst::ClauseType(Record[Idx++]); (void)CT; in parseFunctionBody()
4720 assert((CT != LandingPadInst::Catch || in parseFunctionBody()
4723 assert((CT != LandingPadInst::Filter || in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp122 if (auto *CT = dyn_cast<DICompositeType>(T)) { in print()
123 if (auto *S = CT->getRawIdentifier()) in print()
H A DLoopAccessAnalysis.cpp162 const auto *CT = in replaceSymbolicStrideSCEV() local
165 PSE.addPredicate(*SE->getEqualPredicate(U, CT)); in replaceSymbolicStrideSCEV()
/third_party/typescript/tests/baselines/reference/
H A DmixinClassesAnonymous.js61 const Timestamped = <CT extends Constructor<object>>(Base: CT) => {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp111 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate()
113 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I) {} in Candidate()
209 // Adds the given form <CT, B, Idx, S> to Candidates, and finds its immediate
211 void allocateCandidatesAndFindBasis(Candidate::Kind CT, const SCEV *B,
337 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis()
339 Candidate C(CT, B, Idx, S, I); in allocateCandidatesAndFindBasis()
336 allocateCandidatesAndFindBasis( Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, Instruction *I) allocateCandidatesAndFindBasis() argument
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_all_legacy.c74 IMPLEMENT_LEGACY_ERR_LOAD(CT)
/third_party/openssl/crypto/err/
H A Derr_all_legacy.c74 IMPLEMENT_LEGACY_ERR_LOAD(CT)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp403 if (StructType *CT = dyn_cast<StructType>(EltTy)) { in runOnFunction()
404 assert(CT->getNumElements() == 1); in runOnFunction()
405 EffectiveEltTy = CT->getElementType(0); in runOnFunction()
/third_party/skia/include/core/
H A DSkRefCnt.h358 template <typename C, typename CT, typename T>
359 auto operator<<(std::basic_ostream<C, CT>& os, const sk_sp<T>& sp) -> decltype(os << sp.get()) { in decltype()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAnalysis.cpp440 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType() local
441 if (!indexReallyValid(CT, 0)) in advanceToNextLeafType()
444 SubTypes.push_back(CT); in advanceToNextLeafType()
447 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp540 auto *CT = dyn_cast<DICompositeType>(&N); in cloneOrBuildODR() local
542 // with identifiers during bitcode reading, so we can just use CT. in cloneOrBuildODR()
543 if (CT && CT->getContext().isODRUniquingDebugTypes() && in cloneOrBuildODR()
544 CT->getIdentifier() != "") in cloneOrBuildODR()
545 return const_cast<DICompositeType *>(CT); in cloneOrBuildODR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp711 if (auto *CT = dyn_cast<DICompositeType>(Ty)) { in updateAcceleratorTables()
714 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1784 const SCEV *CT = SE.getBackedgeTakenCount(CurLoop); in recognize() local
1785 if (isa<SCEVCouldNotCompute>(CT)) in recognize()
1787 if (auto *CV = dyn_cast<SCEVConstant>(CT)) in recognize()
/third_party/node/src/crypto/
H A Dcrypto_util.cc535 V(CT) \ in SetFipsCrypto()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1390 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
1391 switch (CT) { in printCT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp4566 if (auto *CT = DICompositeType::buildODRType(
4571 Result = CT;
6723 LandingPadInst::ClauseType CT;
6725 CT = LandingPadInst::Catch;
6727 CT = LandingPadInst::Filter;
6738 if (CT == LandingPadInst::Catch) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1792 } else if (auto *CT = dyn_cast<CompositeType>(CurTy)) { in visitGetElementPtrInst()
1793 CurTy = CT->getTypeAtIndex(Op1->getOperand(J)); in visitGetElementPtrInst()
/third_party/python/Lib/test/
H A Dtest_typing.py3729 CT = Callable[..., List[T]]
3730 def barfoo2(x: CT): ...
3731 self.assertIs(get_type_hints(barfoo2, globals(), locals())['x'], CT)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1941 SDValue CT = Sel.getOperand(1); in foldBinOpIntoSelect()
1942 if (!isConstantOrConstantVector(CT, true) && in foldBinOpIntoSelect()
1943 !isConstantFPBuildVectorOrConstantFP(CT)) in foldBinOpIntoSelect()
1959 (isNullOrNullSplat(CT) || isAllOnesOrAllOnesSplat(CT)) && in foldBinOpIntoSelect()
1981 // Example: add (select Cond, CT, CF), CBO --> select Cond, CT + CBO, CF + CBO in foldBinOpIntoSelect()
1983 SDValue NewCT = SelOpNo ? DAG.getNode(BinOpcode, DL, VT, CBO, CT) in foldBinOpIntoSelect()
1984 : DAG.getNode(BinOpcode, DL, VT, CT, CBO); in foldBinOpIntoSelect()

Completed in 121 milliseconds

12