/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 92 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 D | ASTUnresolvedSet.h | 56 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 D | ASTRecordWriter.h | 83 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 D | ThreadSafetyUtil.h | 197 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 D | COFFImportFile.cpp | 139 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 D | CGOpenMPRuntime.cpp | 1133 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 D | RDFGraph.cpp | 390 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 D | APFloat.cpp | 546 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 D | DebugInfoMetadata.cpp | 281 void DILocation::decodeDiscriminator(unsigned D, unsigned &BD, unsigned &DF, in decodeDiscriminator() 1944 DIExpression *DIExpression::append(const DIExpression *Expr, in append() function in DIExpression
|