Searched defs:New (Results 101 - 125 of 143) sorted by relevance

123456

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
86 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(),
93 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
100 const AlignedAttr *Aligned, Decl *New) {
102 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, false);
127 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, true);
131 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, false);
138 const AssumeAlignedAttr *Aligned, Decl *New) {
155 S.AddAssumeAlignedAttr(Aligned->getLocation(), New, E, OE,
161 const AlignValueAttr *Aligned, Decl *New) {
78 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) argument
98 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New) argument
136 instantiateDependentAssumeAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AssumeAlignedAttr *Aligned, Decl *New) argument
159 instantiateDependentAlignValueAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignValueAttr *Aligned, Decl *New) argument
170 instantiateDependentEnableIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const EnableIfAttr *A, const Decl *Tmpl, Decl *New) argument
205 InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
3170 InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl) argument
3251 InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl) argument
3972 InstantiateMemInitializers(CXXConstructorDecl *New, const CXXConstructorDecl *Tmpl, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
H A DSemaDeclObjC.cpp3411 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id, local
3413 New->setExceptionVariable(true);
3416 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New))
3420 New->setInvalidDecl();
3421 return New;
3452 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, local
3462 New->setInvalidDecl();
3466 S->AddDecl(New);
3468 IdResolver.AddDecl(New);
3470 ProcessDeclAttributes(S, New,
[all...]
H A DSemaLookup.cpp2816 void ADLResult::insert(NamedDecl *New) { argument
2817 NamedDecl *&Old = Decls[cast<NamedDecl>(New->getCanonicalDecl())];
2821 if (Old == nullptr || Old == New) {
2822 Old = New;
2828 FunctionDecl *NewFD = New->getAsFunction();
2844 Old = New;
H A DSemaType.cpp4342 QualType wrap(Sema &S, const FunctionType *New) { argument
4344 if (New == get()) return Original;
4346 Fn = New;
4375 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); local
4376 return C.getParenType(New);
4380 QualType New = wrap(C, cast<PointerType>(Old)->getPointeeType(), I); local
4381 return C.getPointerType(New);
4385 QualType New = wrap(C, cast<BlockPointerType>(Old)->getPointeeType(),I); local
4386 return C.getBlockPointerType(New);
4391 QualType New local
4397 QualType New = wrap(C, OldRef->getPointeeType(), I); local
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1007 CreateAtomicCmpXchg(Value *Ptr, Value *Cmp, Value *New, argument
1011 return Insert(new AtomicCmpXchgInst(Ptr, Cmp, New, SuccessOrdering,
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3734 // "New" SwitchInst format with case ranges. The changes to write this
4095 Value *Ptr, *Cmp, *New; local
4100 cast<PointerType>(Ptr->getType())->getElementType(), New) ||
4115 I = new AtomicCmpXchgInst(Ptr, Cmp, New, SuccessOrdering, FailureOrdering,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2229 Constant *New = ConstantFoldConstantExpression(CE, *DL); local
2230 if (New && New != CE)
2231 return emitGlobalConstantImpl(New, AP);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1985 SDValue New = CurDAG->getNode(ISD::INLINEASM, SDLoc(N), VTs, Ops); local
1986 New->setNodeId(-1);
1987 return New.getNode();
1997 SDValue New = CurDAG->getCopyFromReg( local
1999 New->setNodeId(-1);
2000 return New.getNode();
2010 SDValue New = CurDAG->getCopyToReg( local
2012 New->setNodeId(-1);
2013 return New.getNode();
H A DTargetLowering.cpp305 SDValue New = DAG.getNode(Op.getOpcode(), dl, VT, Op.getOperand(0), local
309 return CombineTo(Op, New);
371 /// return true, returning the original and new nodes in Old and New. Otherwise,
555 SDValue New = TLO.DAG.getNode(Op.getOpcode(), dl,VT, Op.getOperand(0), local
557 return TLO.CombineTo(Op, New);
790 // New bits are known one.
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2236 SDNode *New = CurDAG->getMachineNode(Op, dl, NVT, N0->getOperand(0),NewCst); local
2238 return CurDAG->SelectNodeTo(Node, AddOp, NVT, SDValue(New, 0),
2239 SDValue(New, 0));
2240 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0),
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1204 Value *New = new ICmpInst(SCI, SCI->getPredicate(), NPtr, local
1207 SCI->replaceAllUsesWith(New);
1953 Constant *New = ConstantFoldConstantExpression(CE, DL, TLI); local
1954 if (New && New != CE)
1955 GV->setInitializer(New);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp300 BinaryOperator *New = BinaryOperator::Create(Opcode, A, B); local
301 if (isa<FPMathOperator>(New)) {
305 New->setFastMathFlags(Flags);
307 InsertNewInstWith(New, I);
308 New->takeName(Op1);
309 I.setOperand(0, New);
2381 SmallVector<Constant *, 16> NewFilterElts; // New elements.
2450 assert(MakeNewInstruction && "New filter but not a new instruction!");
2727 << " New = " << *Result << '\n');
2756 << " New
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1300 TreePatternNode *New; local
1302 New = new TreePatternNode(getLeafValue(), getNumTypes());
1308 New = new TreePatternNode(getOperator(), CChildren, getNumTypes());
1310 New->setName(getName());
1311 New->Types = Types;
1312 New->setPredicateFns(getPredicateFns());
1313 New->setTransformFn(getTransformFn());
1314 return New;
2105 TreePatternNode *New = ParseTreePattern(Dag->getArg(0), Dag->getArgName(0)); local
2108 assert(New
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1241 ObjClass* New() function in class:CFX_CountRef
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc820 FileDescriptorSet* FileDescriptorSet::New() const { function in class:google::protobuf::FileDescriptorSet
1065 FileDescriptorProto* FileDescriptorProto::New() const { function in class:google::protobuf::FileDescriptorProto
1744 DescriptorProto_ExtensionRange* DescriptorProto_ExtensionRange::New() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
2030 DescriptorProto* DescriptorProto::New() const { function in class:google::protobuf::DescriptorProto
2653 FieldDescriptorProto* FieldDescriptorProto::New() const { function in class:google::protobuf::FieldDescriptorProto
3267 OneofDescriptorProto* OneofDescriptorProto::New() const { function in class:google::protobuf::OneofDescriptorProto
3515 EnumDescriptorProto* EnumDescriptorProto::New() const { function in class:google::protobuf::EnumDescriptorProto
3848 EnumValueDescriptorProto* EnumValueDescriptorProto::New() const { function in class:google::protobuf::EnumValueDescriptorProto
4178 ServiceDescriptorProto* ServiceDescriptorProto::New() const { function in class:google::protobuf::ServiceDescriptorProto
4519 MethodDescriptorProto* MethodDescriptorProto::New() cons function in class:google::protobuf::MethodDescriptorProto
4965 FileOptions* FileOptions::New() const { function in class:google::protobuf::FileOptions
5678 MessageOptions* MessageOptions::New() const { function in class:google::protobuf::MessageOptions
6076 FieldOptions* FieldOptions::New() const { function in class:google::protobuf::FieldOptions
6571 EnumOptions* EnumOptions::New() const { function in class:google::protobuf::EnumOptions
6898 EnumValueOptions* EnumValueOptions::New() const { function in class:google::protobuf::EnumValueOptions
7177 ServiceOptions* ServiceOptions::New() const { function in class:google::protobuf::ServiceOptions
7456 MethodOptions* MethodOptions::New() const { function in class:google::protobuf::MethodOptions
7740 UninterpretedOption_NamePart* UninterpretedOption_NamePart::New() const { function in class:google::protobuf::UninterpretedOption_NamePart
8038 UninterpretedOption* UninterpretedOption::New() const { function in class:google::protobuf::UninterpretedOption
8547 SourceCodeInfo_Location* SourceCodeInfo_Location::New() const { function in class:google::protobuf::SourceCodeInfo_Location
8965 SourceCodeInfo* SourceCodeInfo::New() const { function in class:google::protobuf::SourceCodeInfo
[all...]
/external/v8/src/
H A Ddebug.cc2982 CommandMessage message = CommandMessage::New(
2996 CommandMessage message = CommandMessage::New(Vector<uint16_t>(), client_data);
3300 CommandMessage CommandMessage::New(const Vector<uint16_t>& command, function in class:v8::internal::CommandMessage
H A Ddeoptimizer.cc78 Deoptimizer* Deoptimizer::New(JSFunction* function, function in class:v8::internal::Deoptimizer
H A Dfactory.cc18 Handle<T> Factory::New(Handle<Map> map, AllocationSpace space) { function in class:v8::internal::Factory
27 Handle<T> Factory::New(Handle<Map> map, function in class:v8::internal::Factory
58 Handle<Oddball> oddball = New<Oddball>(map, OLD_POINTER_SPACE);
544 Handle<ConsString> result = New<ConsString>(map, NEW_SPACE);
611 Handle<SlicedString> slice = New<SlicedString>(map, NEW_SPACE);
630 New<ExternalOneByteString>(map, NEW_SPACE);
654 New<ExternalTwoByteString>(map, NEW_SPACE);
936 Handle<AllocationSite> site = New<AllocationSite>(map, OLD_POINTER_SPACE);
1248 Handle<JSFunction> result = New<JSFunction>(map, space);
1563 NameDictionary::New(isolat
[all...]
H A Dhydrogen-instructions.cc940 HCallJSFunction* HCallJSFunction::New( function in class:v8::internal::HCallJSFunction
990 HConstant* add_offset = HConstant::New(zone, context, actual_offset);
992 HInstruction* add = HAdd::New(zone, context,
1001 HConstant* sar_scale = HConstant::New(zone, context, actual_scale);
1003 HInstruction* sar = HSar::New(zone, context,
1512 HInstruction* HForceRepresentation::New(Zone* zone, HValue* context, function in class:v8::internal::HForceRepresentation
1583 return Prepend(HMathFloorOfDiv::New(
2103 set_added_constant(HConstant::New(zone, context, mask));
2112 HInstruction* new_index = HBitwise::New(zone, context, token, index_base,
3521 HCheckMapValue::New(bloc
4073 HInstruction* HStringAdd::New(Zone* zone, function in class:v8::internal::HStringAdd
4117 HInstruction* HStringCharFromCode::New( function in class:v8::internal::HStringCharFromCode
4135 HInstruction* HUnaryMathOperation::New( function in class:v8::internal::HUnaryMathOperation
4239 HInstruction* HPower::New(Zone* zone, function in class:v8::internal::HPower
4257 HInstruction* HMathMinMax::New( function in class:v8::internal::HMathMinMax
4290 HInstruction* HMod::New(Zone* zone, function in class:v8::internal::HMod
4316 HInstruction* HDiv::New( function in class:v8::internal::HDiv
4340 HInstruction* HBitwise::New( function in class:v8::internal::HBitwise
4392 HInstruction* HShr::New( function in class:v8::internal::HShr
4410 HInstruction* HSeqStringGetChar::New(Zone* zone, function in class:v8::internal::HSeqStringGetChar
[all...]
/external/clang/include/clang/Serialization/
H A DASTReader.h1428 auto New = Reader.takeListener(); local
1430 Reader.setListener(static_cast<ChainedASTReaderListener *>(New.get())
/external/clang/lib/AST/
H A DDecl.cpp3855 FunctionDecl *New = local
3858 New->HasWrittenPrototype = hasWrittenPrototype;
3859 return New;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp171 NamedDecl *New; member in class:clang::ASTDeclReader::FindExistingResult
182 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false),
185 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, argument
188 : Reader(Reader), New(New), Existing(Existing), AddResult(true),
193 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing),
2290 Attr *New = nullptr; local
2296 assert(New && "Unable to decode attribute?");
2297 Attrs.push_back(New);
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1870 /// \brief Replace all the use of \p Inst by \p New.
1871 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { argument
1872 DEBUG(dbgs() << "Do: UsersReplacer: " << *Inst << " with " << *New local
1880 Inst->replaceAllUsesWith(New);
1906 /// uses with New.
1907 /// \pre If !Inst->use_empty(), then New != nullptr
1908 InstructionRemover(Instruction *Inst, Value *New = nullptr)
1911 if (New)
1912 Replacer = new UsesReplacer(Inst, New);
1952 void replaceAllUsesWith(Instruction *Inst, Value *New);
1983 replaceAllUsesWith(Instruction *Inst, Value *New) argument
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2221 Instruction *New = Cond->clone(); local
2222 RemapInstruction(New, VMap,
2224 PredBlock->getInstList().insert(PBI, New);
2225 New->takeName(Cond);
2226 Cond->setName(New->getName() + ".old");
2231 New, "or.cond"));
2297 NotCond, New,
2310 PBI->getCondition(), New,
2889 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); local
2893 New
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp200 void ReplaceStmt(Stmt *Old, Stmt *New) { argument
201 ReplaceStmtWithRange(Old, New, Old->getSourceRange());
204 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { argument
205 assert(Old != nullptr && New != nullptr && "Expected non-null Stmt's");
224 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
229 ReplacedNodes[Old] = New;

Completed in 694 milliseconds

123456