Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 2447) sorted by relevance

12345678910>>...98

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp31 MPIPointToPointTypes.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
32 MPIType.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
36 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
37 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
38 MPIType.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
42 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
43 MPIType.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
47 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
48 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
49 MPIType.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp531 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
532 Params.push_back(wasm::ValType::F32); in getLibcallSignature()
535 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
536 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
539 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
540 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
543 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
544 Params.push_back(wasm::ValType::I64); in getLibcallSignature()
547 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
548 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp37 CmdArgs.push_back("--32"); in ConstructJob()
41 CmdArgs.push_back("-o"); in ConstructJob()
42 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
45 CmdArgs.push_back(II.getFilename()); in ConstructJob()
62 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
64 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
66 CmdArgs.push_back("-Bstatic"); in ConstructJob()
69 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
71 CmdArgs.push_back("-Bshareable"); in ConstructJob()
73 CmdArgs.push_back("-dynamic-linker"); in ConstructJob()
[all …]
H A DFreeBSD.cpp42 CmdArgs.push_back("--32"); in ConstructJob()
46 CmdArgs.push_back("-a32"); in ConstructJob()
56 CmdArgs.push_back("-march"); in ConstructJob()
57 CmdArgs.push_back(CPUName.data()); in ConstructJob()
59 CmdArgs.push_back("-mabi"); in ConstructJob()
60 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
63 CmdArgs.push_back("-EL"); in ConstructJob()
65 CmdArgs.push_back("-EB"); in ConstructJob()
69 CmdArgs.push_back(Args.MakeArgString("-G" + v)); in ConstructJob()
83 CmdArgs.push_back("-mfpu=vfp"); in ConstructJob()
[all …]
H A DNetBSD.cpp39 CmdArgs.push_back("--32"); in ConstructJob()
49 CmdArgs.push_back(Args.MakeArgString("-mcpu=" + Arch)); in ConstructJob()
61 CmdArgs.push_back("-march"); in ConstructJob()
62 CmdArgs.push_back(CPUName.data()); in ConstructJob()
64 CmdArgs.push_back("-mabi"); in ConstructJob()
65 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
68 CmdArgs.push_back("-EL"); in ConstructJob()
70 CmdArgs.push_back("-EB"); in ConstructJob()
78 CmdArgs.push_back("-32"); in ConstructJob()
80 CmdArgs.push_back(sparc::getSparcAsmModeForCPU(CPU, getToolChain().getTriple())); in ConstructJob()
[all …]
H A DClang.cpp86 Res.push_back('\\'); in EscapeSpacesAndBackslashes()
89 Res.push_back(*Arg); in EscapeSpacesAndBackslashes()
102 Res.push_back('\\'); in QuoteTarget()
105 Res.push_back('\\'); in QuoteTarget()
108 Res.push_back('$'); in QuoteTarget()
111 Res.push_back('\\'); in QuoteTarget()
117 Res.push_back(Target[i]); in QuoteTarget()
199 OutStrings.push_back(Args.MakeArgString(Out + "all")); in ParseMRecip()
211 OutStrings.push_back(Args.MakeArgString(Out + Val)); in ParseMRecip()
281 OutStrings.push_back(Args.MakeArgString(Out)); in ParseMRecip()
[all …]
H A DNaCl.cpp39 NewInputs.push_back(NaClMacros); in ConstructJob()
73 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
76 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
79 CmdArgs.push_back("-s"); in ConstructJob()
83 CmdArgs.push_back("--build-id"); in ConstructJob()
86 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
88 CmdArgs.push_back("-m"); in ConstructJob()
90 CmdArgs.push_back("elf_i386_nacl"); in ConstructJob()
92 CmdArgs.push_back("armelf_nacl"); in ConstructJob()
94 CmdArgs.push_back("elf_x86_64_nacl"); in ConstructJob()
[all …]
H A DMinGW.cpp39 CmdArgs.push_back("--32"); in ConstructJob()
41 CmdArgs.push_back("--64"); in ConstructJob()
46 CmdArgs.push_back("-o"); in ConstructJob()
47 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
50 CmdArgs.push_back(II.getFilename()); in ConstructJob()
64 CmdArgs.push_back("-lmingwthrd"); in AddLibGCC()
65 CmdArgs.push_back("-lmingw32"); in AddLibGCC()
76 CmdArgs.push_back("-lgcc"); in AddLibGCC()
77 CmdArgs.push_back("-lgcc_eh"); in AddLibGCC()
79 CmdArgs.push_back("-lgcc_s"); in AddLibGCC()
[all …]
H A DOpenBSD.cpp38 CmdArgs.push_back("--32"); in ConstructJob()
42 CmdArgs.push_back("-mppc"); in ConstructJob()
43 CmdArgs.push_back("-many"); in ConstructJob()
47 CmdArgs.push_back("-64"); in ConstructJob()
49 CmdArgs.push_back(sparc::getSparcAsmModeForCPU(CPU, getToolChain().getTriple())); in ConstructJob()
60 CmdArgs.push_back("-mabi"); in ConstructJob()
61 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
64 CmdArgs.push_back("-EL"); in ConstructJob()
66 CmdArgs.push_back("-EB"); in ConstructJob()
78 CmdArgs.push_back("-o"); in ConstructJob()
[all …]
H A DFuchsia.cpp50 CmdArgs.push_back("-z"); in ConstructJob()
51 CmdArgs.push_back("max-page-size=4096"); in ConstructJob()
53 CmdArgs.push_back("-z"); in ConstructJob()
54 CmdArgs.push_back("now"); in ConstructJob()
59 CmdArgs.push_back("-z"); in ConstructJob()
60 CmdArgs.push_back("rodynamic"); in ConstructJob()
61 CmdArgs.push_back("-z"); in ConstructJob()
62 CmdArgs.push_back("separate-loadable-segments"); in ConstructJob()
63 CmdArgs.push_back("--pack-dyn-relocs=relr"); in ConstructJob()
67 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
[all …]
H A DCommonArgs.cpp67 CmdArgs.push_back(Args.MakeArgString(Twine("--plugin-opt=-pass-remarks=") + in renderRpassOptions()
71 CmdArgs.push_back(Args.MakeArgString( in renderRpassOptions()
75 CmdArgs.push_back(Args.MakeArgString( in renderRpassOptions()
96 CmdArgs.push_back( in renderRemarksOptions()
102 CmdArgs.push_back(Args.MakeArgString( in renderRemarksOptions()
105 CmdArgs.push_back(Args.MakeArgString( in renderRemarksOptions()
113 CmdArgs.push_back("--plugin-opt=opt-remarks-with-hotness"); in renderRemarksHotnessOptions()
117 CmdArgs.push_back(Args.MakeArgString( in renderRemarksHotnessOptions()
124 Paths.push_back(Path.str()); in addPathIfExists()
141 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name)); in handleTargetFeaturesGroup()
[all …]
H A DCrossWindows.cpp42 CmdArgs.push_back("--32"); in ConstructJob()
45 CmdArgs.push_back("--64"); in ConstructJob()
51 CmdArgs.push_back("-o"); in ConstructJob()
52 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
55 CmdArgs.push_back(Input.getFilename()); in ConstructJob()
85 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
88 CmdArgs.push_back("-pie"); in ConstructJob()
90 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
92 CmdArgs.push_back("--strip-all"); in ConstructJob()
94 CmdArgs.push_back("-m"); in ConstructJob()
[all …]
H A DMyriad.cpp37 CmdArgs.push_back("-E"); in ConstructJob()
40 CmdArgs.push_back("-S"); in ConstructJob()
41 CmdArgs.push_back("-fno-exceptions"); // Always do this even if unspecified. in ConstructJob()
43 CmdArgs.push_back("-DMYRIAD2"); in ConstructJob()
69 CmdArgs.push_back("-MT"); in ConstructJob()
70 CmdArgs.push_back(Args.MakeArgString(A->getValue())); in ConstructJob()
74 CmdArgs.push_back(II.getFilename()); in ConstructJob()
75 CmdArgs.push_back("-o"); in ConstructJob()
76 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
97 CmdArgs.push_back("-no6thSlotCompression"); in ConstructJob()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable_test.cpp77 row1.push_back("1234"); in ATF_TEST_CASE_BODY()
78 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
80 row2.push_back("12"); in ATF_TEST_CASE_BODY()
81 row2.push_back("12345678"); in ATF_TEST_CASE_BODY()
96 row1.push_back("1234"); in ATF_TEST_CASE_BODY()
97 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
99 row2.push_back("12"); in ATF_TEST_CASE_BODY()
100 row2.push_back("12345678"); in ATF_TEST_CASE_BODY()
125 row1.push_back("foo"); in ATF_TEST_CASE_BODY()
127 row2.push_back("bar"); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp76 Features.push_back(FeatureName); in DecodeAArch64Features()
86 Features.push_back("+f32mm"); in DecodeAArch64Features()
103 Features.push_back("+neon"); in DecodeAArch64Mcpu()
166 Features.push_back("+zcm"); in getAArch64MicroArchFeaturesFromMtune()
167 Features.push_back("+zcz"); in getAArch64MicroArchFeaturesFromMtune()
192 Features.push_back("+neon"); in getAArch64TargetFeatures()
216 Features.push_back("-fp-armv8"); in getAArch64TargetFeatures()
217 Features.push_back("-crypto"); in getAArch64TargetFeatures()
218 Features.push_back("-neon"); in getAArch64TargetFeatures()
224 Features.push_back("+tpidr-el3"); in getAArch64TargetFeatures()
[all …]
H A DRISCV.cpp246 AllExts.push_back(Name); in getExtensionFeatures()
262 Features.push_back("+experimental-v"); in getExtensionFeatures()
263 Features.push_back("+experimental-zvamo"); in getExtensionFeatures()
264 Features.push_back("+experimental-zvlsseg"); in getExtensionFeatures()
266 Features.push_back(Args.MakeArgString("+experimental-" + Ext)); in getExtensionFeatures()
268 Features.push_back(Args.MakeArgString("+" + Ext)); in getExtensionFeatures()
321 Features.push_back("+m"); in getArchFeatures()
322 Features.push_back("+a"); in getArchFeatures()
323 Features.push_back("+f"); in getArchFeatures()
324 Features.push_back("+d"); in getArchFeatures()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp604 Vals.push_back(Str[i]); in writeStringRecord()
786 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
787 Record.push_back(AttrListIndex); in writeAttributeGroupTable()
791 Record.push_back(0); in writeAttributeGroupTable()
792 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in writeAttributeGroupTable()
794 Record.push_back(1); in writeAttributeGroupTable()
795 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in writeAttributeGroupTable()
796 Record.push_back(Attr.getValueAsInt()); in writeAttributeGroupTable()
801 Record.push_back(Val.empty() ? 3 : 4); in writeAttributeGroupTable()
803 Record.push_back(0); in writeAttributeGroupTable()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp19 Ops.push_back(binOpDescriptor(1, Instruction::Add)); in describeFuzzerIntOps()
20 Ops.push_back(binOpDescriptor(1, Instruction::Sub)); in describeFuzzerIntOps()
21 Ops.push_back(binOpDescriptor(1, Instruction::Mul)); in describeFuzzerIntOps()
22 Ops.push_back(binOpDescriptor(1, Instruction::SDiv)); in describeFuzzerIntOps()
23 Ops.push_back(binOpDescriptor(1, Instruction::UDiv)); in describeFuzzerIntOps()
24 Ops.push_back(binOpDescriptor(1, Instruction::SRem)); in describeFuzzerIntOps()
25 Ops.push_back(binOpDescriptor(1, Instruction::URem)); in describeFuzzerIntOps()
26 Ops.push_back(binOpDescriptor(1, Instruction::Shl)); in describeFuzzerIntOps()
27 Ops.push_back(binOpDescriptor(1, Instruction::LShr)); in describeFuzzerIntOps()
28 Ops.push_back(binOpDescriptor(1, Instruction::AShr)); in describeFuzzerIntOps()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp27 ShuffleMask.push_back(0); in DecodeINSERTPSMask()
28 ShuffleMask.push_back(1); in DecodeINSERTPSMask()
29 ShuffleMask.push_back(2); in DecodeINSERTPSMask()
30 ShuffleMask.push_back(3); in DecodeINSERTPSMask()
53 ShuffleMask.push_back(i); in DecodeInsertElementMask()
61 ShuffleMask.push_back(NElts + i); in DecodeMOVHLPSMask()
64 ShuffleMask.push_back(i); in DecodeMOVHLPSMask()
70 ShuffleMask.push_back(i); in DecodeMOVLHPSMask()
73 ShuffleMask.push_back(NElts + i); in DecodeMOVLHPSMask()
78 ShuffleMask.push_back(2 * i); in DecodeMOVSLDUPMask()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp162 Record.push_back(0); in AddObjCTypeParamList()
166 Record.push_back(typeParams->size()); in AddObjCTypeParamList()
225 Record.push_back(0); in AddTemplateSpecializations()
231 Specs.push_back(getSpecializationDecl(Entry)); in AddTemplateSpecializations()
233 Specs.push_back(getSpecializationDecl(Entry)); in AddTemplateSpecializations()
263 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate( in RegisterTemplateSpecialization()
284 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
301 Record.push_back(0); in VisitDecl()
302 Record.push_back(D->isInvalidDecl()); in VisitDecl()
303 Record.push_back(D->hasAttrs()); in VisitDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.cpp173 LLIArgs.push_back(LLIPath); in ExecuteProgram()
174 LLIArgs.push_back("-force-interpreter=true"); in ExecuteProgram()
179 LLIArgs.push_back("-load"); in ExecuteProgram()
180 LLIArgs.push_back(*i); in ExecuteProgram()
185 LLIArgs.push_back(ToolArgs[i]); in ExecuteProgram()
187 LLIArgs.push_back(Bitcode); in ExecuteProgram()
190 LLIArgs.push_back(Args[i]); in ExecuteProgram()
269 ProgramArgs.push_back(CompilerCommand); in compileProgram()
272 ProgramArgs.push_back(Arg); in compileProgram()
273 ProgramArgs.push_back(Bitcode); in compileProgram()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help_test.cpp159 args.push_back("help"); in global_test()
166 expected.push_back("Usage: progname [general_options] command " in global_test()
169 expected.push_back(""); in global_test()
170 expected.push_back("Available general options:"); in global_test()
174 expected.push_back(""); in global_test()
175 expected.push_back("Generic commands:"); in global_test()
176 expected.push_back(" mock_complex Complex command."); in global_test()
177 expected.push_back(" mock_simple Simple command."); in global_test()
178 expected.push_back(""); in global_test()
179 expected.push_back("First commands:"); in global_test()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp86 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleMethodOverloadList()
101 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleBaseClass()
122 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleDataMember()
133 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleOverloadedMethod()
146 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleOneMethod()
161 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleNestedType()
171 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleStaticDataMember()
185 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 2}); in handleVirtualBaseClass()
196 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleVFPtr()
205 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleListContinuation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAArch64TargetParser.cpp68 Features.push_back("+fp-armv8"); in getExtensionFeatures()
70 Features.push_back("+neon"); in getExtensionFeatures()
72 Features.push_back("+crc"); in getExtensionFeatures()
74 Features.push_back("+crypto"); in getExtensionFeatures()
76 Features.push_back("+dotprod"); in getExtensionFeatures()
78 Features.push_back("+fp16fml"); in getExtensionFeatures()
80 Features.push_back("+fullfp16"); in getExtensionFeatures()
82 Features.push_back("+spe"); in getExtensionFeatures()
84 Features.push_back("+ras"); in getExtensionFeatures()
86 Features.push_back("+lse"); in getExtensionFeatures()
[all …]
H A DGraphWriter.cpp184 args.push_back(ViewerPath); in DisplayGraph()
186 args.push_back("-W"); in DisplayGraph()
187 args.push_back(Filename); in DisplayGraph()
195 args.push_back(ViewerPath); in DisplayGraph()
196 args.push_back(Filename); in DisplayGraph()
205 args.push_back(ViewerPath); in DisplayGraph()
206 args.push_back(Filename); in DisplayGraph()
215 args.push_back(ViewerPath); in DisplayGraph()
216 args.push_back(Filename); in DisplayGraph()
218 args.push_back("-f"); in DisplayGraph()
[all …]

12345678910>>...98