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

/external/llvm/lib/Support/
H A Dregutils.h39 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c183 (NC-1)*sizeof(cat_t));
204 g->csetsize = NC;
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.copy.cpp59 NonConst NC; member in struct:IsAmbiguous
76 NonConst NC; member in struct:AmbiguousCopyBase
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp702 NC = 32, // NC North Carolina enumerator in enum:USState
760 NC, NC, NC, NC, NC, NC, NC, NC, N
[all...]
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp73 struct NC;
81 struct A2::CC::NC { struct in class:A2::CC
105 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java70 public static final String NC = ParameterNames.NC; field in class:AuthenticationHeader
437 return this.getParameterAsHexInt(ParameterNames.NC);
453 this.setParameter(ParameterNames.NC, nc);
H A DParameterNames.java85 public static final String NC = "nc"; field in interface:ParameterNames
H A DAuthenticationInfo.java178 this.setParameter(ParameterNames.NC, nc);
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java99 private static final String NC = "00000001"; //nonce-count is always 1 field in class:DigestScheme
352 + NC.length() + cnonce.length() + qopOption.length() + md5a2.length() + 5);
357 tmp2.append(NC);
411 params.add(new BasicNameValuePair("nc", NC));
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h181 unsigned NC = 0; local
183 if (I->isLeader()) ++NC;
184 return NC;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1200 Instruction *NC; local
1202 NC = Builder->CreateInvoke(Callee, II->getNormalDest(),
1204 NC->takeName(II);
1205 cast<InvokeInst>(NC)->setCallingConv(II->getCallingConv());
1206 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1209 NC = Builder->CreateCall(Callee, Args);
1210 NC->takeName(CI);
1212 cast<CallInst>(NC)->setTailCall();
1213 cast<CallInst>(NC)->setCallingConv(CI->getCallingConv());
1214 cast<CallInst>(NC)
[all...]
H A DInstCombineCompares.cpp2537 Constant *NC = ConstantInt::get(I.getContext(), local
2539 Value *Xor = Builder->CreateXor(C, NC);
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h164 const MCRegisterClass *C, unsigned NC,
173 NumClasses = NC;
163 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, const MCRegisterClass *C, unsigned NC, const uint16_t *RL, const uint16_t *SubIndices, unsigned NumIndices) argument
/external/srec/srec/include/
H A Dfront.h56 #define NC 40 macro
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp280 CastInst *NC = local
283 AI->replaceAllUsesWith(NC);
291 NC->setOperand(0, AI);
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp309 CastInst *NC = new BitCastInst( local
311 AI->replaceAllUsesWith(NC);
318 NC->setOperand(0, AI);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h212 void setNumChildren(unsigned NC) { argument
213 if (NC < Children.size()) {
215 for (unsigned i = NC, e = Children.size(); i != e; ++i)
218 Children.resize(NC);
H A DCodeGenDAGPatterns.cpp1436 unsigned NC = getNumChildren(); local
1438 TreePatternNode *SetVal = getChild(NC-1);
1441 for (unsigned i = 0; i < NC-1; ++i) {
3190 unsigned NC = 0; local
3199 NC++;
3206 assert(NC >= 3 &&
3212 for (unsigned i = 3; i != NC; ++i)
3215 } else if (NC == 2)
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1147 Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(), local
1149 GEPI->replaceAllUsesWith(NC);
1152 OptimizeInst(NC);
/external/clang/lib/Sema/
H A DSemaAccess.cpp961 const CXXRecordDecl *NC = I->Class->getCanonicalDecl(); local
966 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp947 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) {
948 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits())
975 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N); local
976 if (!NC || !NC->isNullValue())
/external/llvm/include/llvm/Support/
H A DIRBuilder.h1208 if (Constant *NC = dyn_cast<Constant>(NewElt))
1210 return Insert(Folder.CreateInsertElement(VC, NC, IC), Name);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas2688 NC: Integer;
2699 NC := NewRootTree.ChildCount;
2700 if (NC = 1) then
2703 if (NC > 1) then
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5351 const SCEVConstant *NC = dyn_cast<SCEVConstant>(AddRec->getOperand(2));
5354 if (!LC || !MC || !NC) {
5362 const APInt &N = NC->getValue()->getValue();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 801 milliseconds