Home
last modified time | relevance | path

Searched +defs:D +defs:append (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h92 void addDecl(NamedDecl *D) { in addDecl()
96 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl()
138 void append(iterator I, iterator E) { decls().append(I.I, E.I); } in append() function
H A DASTUnresolvedSet.h56 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl()
93 void append(ASTContext &C, iterator I, iterator E) { in append() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h83 void append(InputIterator begin, InputIterator end) { in append() function
236 void AddDeclRef(const Decl *D) { in AddDeclRef()
239 void writeDeclRef(const Decl *D) { in writeDeclRef()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h197 template <class Iter> unsigned append(Iter I, Iter E) { in append() function
345 CopyOnWriteVector(VectorData *D) : Data(D) { in CopyOnWriteVector()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp139 template <class T> static void append(std::vector<uint8_t> &B, const T &Data) { in append() function
738 Deferred D; in writeImportLibrary() local
768 for (const auto &D : Renames) { in writeImportLibrary() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1133 CodeGenFunction *CGF, const OMPDeclareReductionDecl *D) { in emitUserDefinedReduction()
1159 CGOpenMPRuntime::getUserDefinedReduction(const OMPDeclareReductionDecl *D) { in getUserDefinedReduction()
1213 CodeGenModule &CGM, const OMPExecutableDirective &D, const CapturedStmt *CS, in emitParallelOrTeamsOutlinedFunction()
1264 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitParallelOutlinedFunction()
1274 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitTeamsOutlinedFunction()
1284 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitTaskOutlinedFunction()
1470 for(const auto *D : FunctionUDRMap[CGF.CurFn]) in functionFinished() local
1476 for(const auto *D : I->second) in functionFinished() local
3257 const OMPExecutableDirective &D, in emitPrivatesInit()
3404 const OMPExecutableDirective &D, in emitTaskDupFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp390 void NodeBase::append(Node NA) { in append() function in llvm::rdf::NodeBase
618 const MCInstrDesc &D = In.getDesc(); in isFixedReg() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp546 StringRef::iterator end, decimalInfo *D) { in interpretDecimal()
3030 decimalInfo D; in convertFromDecimalString() local
4060 void append(SmallVectorImpl<char> &Buffer, StringRef Str) { in append() function
4929 APFloat A = Floats[0], B = Floats[1], C = RHS.Floats[0], D = RHS.Floats[1]; in multiply() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp281 void DILocation::decodeDiscriminator(unsigned D, unsigned &BD, unsigned &DF, in decodeDiscriminator()
1944 DIExpression *DIExpression::append(const DIExpression *Expr, in append() function in DIExpression