Home
last modified time | relevance | path

Searched defs:OTC (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp267 struct OTC { struct
271 OTC::OTC() try {} catch(...) {} in OTC() function in OTC
H A Duse-equals-default-copy.cpp493 struct OTC { struct
498 OTC::OTC(const OTC &Other) try : Field(Other.Field) { in OTC() function in OTC
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp621 OperandTypeChecker OTC(Def.getLoc()); checkSemantics() local
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp370 OTC.propagateTypes(); in propagateAndInferTypes() local
1060 CombineRuleOperandTypeChecker OTC(RuleDef, MatchOpTable); typecheckPatterns() local