| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | ImplicitNullChecks.cpp | 310 for (auto &NC : NullCheckList) { in rewriteNullChecks() local 314 unsigned BranchesRemoved = TII->RemoveBranch(*NC.CheckBlock); in rewriteNullChecks() 322 insertFaultingLoad(NC.MemOperation, NC.CheckBlock, HandlerLabel); in rewriteNullChecks() 323 NC.MemOperation->eraseFromParent(); in rewriteNullChecks() 324 NC.CheckOperation->eraseFromParent(); in rewriteNullChecks() 327 TII->InsertBranch(*NC.CheckBlock, NC.NotNullSucc, nullptr, /*Cond=*/None, in rewriteNullChecks() 331 BuildMI(*NC.NullSucc, NC.NullSucc->begin(), DL, in rewriteNullChecks()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | FlattenCFG.cpp | 285 Value *NC; in FlattenParallelAndOr() local 288 NC = Builder.CreateOr(PC, CC); in FlattenParallelAndOr() 291 NC = Builder.CreateAnd(PC, CC); in FlattenParallelAndOr() 293 PBI->replaceUsesOfWith(CC, NC); in FlattenParallelAndOr() 294 PC = NC; in FlattenParallelAndOr() 444 Value *NC = Builder.CreateOr(CInst1, CC); in MergeIfRegion() local 445 PBI->replaceUsesOfWith(CC, NC); in MergeIfRegion()
|
| /NextBSD/lib/libc/regex/ |
| HD | regex2.h | 114 unsigned char bmp[NC / 8]; 131 if (ch < NC) in CHIN1() 151 if (ch < NC) in CHIN()
|
| HD | utils.h | 40 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
|
| HD | regcomp.c | 1185 for (i = n = 0; i < NC; i++) in singleton() 1207 if (ch < NC) in CHadd() 1220 if ((nch = towlower(ch)) < NC) in CHadd() 1222 if ((nch = towupper(ch)) < NC) in CHadd() 1235 for (; min < NC && min <= max; min++) in CHaddrange() 1260 for (i = 0; i < NC; i++) in CHaddtype() 1680 g->charjump = (int*) malloc((NC + 1) * sizeof(int)); in computejumps()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | EquivalenceClasses.h | 184 unsigned NC = 0; in getNumClasses() local 186 if (I->isLeader()) ++NC; in getNumClasses() 187 return NC; in getNumClasses()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 1728 Instruction *NC; in transformConstExprCastCall() local 1730 NC = Builder->CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall() 1732 NC->takeName(II); in transformConstExprCastCall() 1733 cast<InvokeInst>(NC)->setCallingConv(II->getCallingConv()); in transformConstExprCastCall() 1734 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall() 1737 NC = Builder->CreateCall(Callee, Args); in transformConstExprCastCall() 1738 NC->takeName(CI); in transformConstExprCastCall() 1740 cast<CallInst>(NC)->setTailCall(); in transformConstExprCastCall() 1741 cast<CallInst>(NC)->setCallingConv(CI->getCallingConv()); in transformConstExprCastCall() 1742 cast<CallInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall() [all …]
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | regutils.h | 42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
|
| HD | regcomp.c | 191 (NC-1)*sizeof(cat_t)); in llvm_regcomp() 212 g->csetsize = NC; in llvm_regcomp() 225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in llvm_regcomp()
|
| /NextBSD/contrib/nvi/regex/ |
| HD | utils.h | 41 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
|
| HD | regcomp.c | 206 (NC-1)*sizeof(cat_t)); in regcomp() 233 g->csetsize = NC; in regcomp() 247 memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | COFFYAML.cpp | 414 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping() local 418 IO.mapOptional("Characteristics", NC->Characteristics); in mapping() 482 MappingNormalization<NSectionCharacteristics, uint32_t> NC( in mapping() local 485 IO.mapRequired("Characteristics", NC->Characteristics); in mapping()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCRegisterInfo.h | 246 const MCRegisterClass *C, unsigned NC, in InitMCRegisterInfo() argument 266 NumClasses = NC; in InitMCRegisterInfo()
|
| /NextBSD/libexec/getty/ |
| HD | main.c | 276 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 ))) in main() 476 if (NC) in defttymode()
|
| HD | gettytab.h | 172 #define NC gettyflags[24].value macro
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcher.h | 215 void setNumChildren(unsigned NC) { in setNumChildren() argument 216 if (NC < Children.size()) { in setNumChildren() 218 for (unsigned i = NC, e = Children.size(); i != e; ++i) in setNumChildren() 221 Children.resize(NC); in setNumChildren()
|
| HD | CodeGenDAGPatterns.cpp | 1703 unsigned NC = getNumChildren(); in ApplyTypeConstraints() local 1705 TreePatternNode *SetVal = getChild(NC-1); in ApplyTypeConstraints() 1708 for (unsigned i = 0; i < NC-1; ++i) { in ApplyTypeConstraints() 3710 unsigned NC = 0; in GenerateVariantsOf() local 3719 NC++; in GenerateVariantsOf() 3726 assert(NC >= 3 && in GenerateVariantsOf() 3732 for (unsigned i = 3; i != NC; ++i) in GenerateVariantsOf() 3735 } else if (NC == 2) in GenerateVariantsOf()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/ |
| HD | debug.c | 63 int nincat[NC]; in regprint()
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.h | 118 NC, enumerator
|
| HD | SystemZPatterns.td | 124 // Use NC-like instruction INSN for block_op operation OPERATOR.
|
| HD | SystemZOperators.td | 287 def z_nc : SDNode<"SystemZISD::NC", SDT_ZMemMemLength, 465 // operand is also memory and for which block operations like NC can
|
| /NextBSD/share/misc/ |
| HD | iso3166 | 179 NC NCL 540 New Caledonia 348 # GF, GP, MQ, NC, PF, PM, RE, TF, WF, YT)
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_alert_type_string.pod | 99 =item "NC"/"no certificate"
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaAccess.cpp | 968 const CXXRecordDecl *NC = I->Class->getCanonicalDecl(); in FindBestPath() local 973 switch (HasAccess(S, EC, NC, PathAccess, Target)) { in FindBestPath()
|
| /NextBSD/contrib/tzdata/ |
| HD | australasia | 432 Rule NC 1977 1978 - Dec Sun>=1 0:00 1:00 S 433 Rule NC 1978 1979 - Feb 27 0:00 0 - 434 Rule NC 1996 only - Dec 1 2:00s 1:00 S 436 Rule NC 1997 only - Mar 2 2:00s 0 - 439 11:00 NC NC%sT
|