Searched defs:NS (Results 26 - 33 of 33) sorted by relevance

12

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1187 Value *NS; local
1189 NS = Builder->CreateShl(AndCST, Shift->getOperand(1));
1192 NS = Builder->CreateLShr(AndCST, Shift->getOperand(1));
1197 Builder->CreateAnd(Shift->getOperand(0), NS, LHSI->getName());
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp125 std::string NS = FD->getNameAsString();
128 char *StrPtr = DebugInfoNames.Allocate<char>(NS.length());
129 memcpy(StrPtr, NS.data(), NS.length());
130 return StringRef(StrPtr, NS.length());
2390 llvm::DINameSpace NS = local
2392 NameSpaceCache[NSDecl] = llvm::WeakVH(NS);
2393 return NS;
/external/clang/lib/Sema/
H A DSemaLookup.cpp139 DeclContext *NS = UD->getNominatedNamespace(); local
140 if (!visited.insert(NS))
144 addUsingDirectives(NS, EffectiveDC);
156 DeclContext *NS = UD->getNominatedNamespace(); local
157 if (visited.insert(NS)) {
159 queue.push_back(NS);
736 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) {
738 assert(NS && NS->isFileContext() && "CppNamespaceLookup() requires namespace!");
741 bool Found = LookupDirect(S, R, NS);
735 CppNamespaceLookup(Sema &S, LookupResult &R, ASTContext &Context, DeclContext *NS, UnqualUsingDirectiveSet &UDirs) argument
[all...]
H A DSemaStmt.cpp2120 AsmStmt *NS = local
2128 if (unsigned DiagID = NS->AnalyzeAsmString(Pieces, Context, DiagOffs)) {
2225 NS->setInputExpr(i, InputExpr);
2236 return Owned(NS);
H A DSemaTemplate.cpp5767 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(OrigContext)) {
5773 << D << NS; local
5779 << D << NS; local
H A DSemaDeclCXX.cpp5739 NamespaceDecl *NS = getNamespaceDecl(Named); local
5740 DeclContext *CommonAncestor = cast<DeclContext>(NS);
H A DTreeTransform.h2594 NamespaceDecl *NS local
2599 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());
/external/clang/tools/libclang/
H A DCIndex.cpp3120 NamedDecl *NS = getCursorNamespaceRef(C).first; local
3121 assert(NS && "Missing namespace decl");
3123 return createCXString(NS->getNameAsString());

Completed in 262 milliseconds

12