Home
last modified time | relevance | path

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

12345678910>>...163

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
H A Dmain.cpp7 vBool.push_back(false); in main()
8 vBool.push_back(true); in main()
9 vBool.push_back(false); in main()
10 vBool.push_back(true); in main()
11 vBool.push_back(false); in main()
12 vBool.push_back(true); in main()
13 vBool.push_back(false); in main()
14 vBool.push_back(true); in main()
16 vBool.push_back(false); in main()
17 vBool.push_back(true); in main()
[all …]
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/
H A Dmain.cpp8 vBool.push_back(false); in main()
9 vBool.push_back(true); in main()
10 vBool.push_back(false); in main()
11 vBool.push_back(true); in main()
12 vBool.push_back(false); in main()
13 vBool.push_back(true); in main()
14 vBool.push_back(false); in main()
15 vBool.push_back(true); in main()
17 vBool.push_back(false); in main()
18 vBool.push_back(true); in main()
[all …]
/llvm-project/libcxx/test/std/utilities/template.bitset/
H A Dbitset_test_cases.h24 cases.push_back(std::bitset<0>());
31 cases.push_back(std::bitset<1>("0"));
32 cases.push_back(std::bitset<1>("1"));
39 cases.push_back(std::bitset<2>("00"));
40 cases.push_back(std::bitset<2>("01"));
41 cases.push_back(std::bitset<2>("10"));
42 cases.push_back(std::bitset<2>("11"));
49 cases.push_back(std::bitset<31>("0000000000000000000000000000000"));
50 cases.push_back(std::bitset<31>("0000000000000000000000000000001"));
51 cases.push_back(std::bitset<31>("1000000000000000000000000000000"));
[all …]
/llvm-project/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 …]
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp566 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
567 Params.push_back(wasm::ValType::F32); in getLibcallSignature()
570 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
571 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
574 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
575 Params.push_back(wasm::ValType::I32); in getLibcallSignature()
578 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
579 Params.push_back(wasm::ValType::I64); in getLibcallSignature()
582 Rets.push_back(wasm::ValType::F32); in getLibcallSignature()
583 Params.push_back(was in getLibcallSignature()
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp46 CmdArgs.push_back("--32"); in ConstructJob()
50 CmdArgs.push_back("-a32"); in ConstructJob()
60 CmdArgs.push_back("-march"); in ConstructJob()
61 CmdArgs.push_back(CPUName.data()); in ConstructJob()
63 CmdArgs.push_back("-mabi"); in ConstructJob()
64 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
67 CmdArgs.push_back("-EL"); in ConstructJob()
69 CmdArgs.push_back("-EB"); in ConstructJob()
73 CmdArgs.push_back(Args.MakeArgString("-G" + v)); in ConstructJob()
87 CmdArgs.push_back(" in ConstructJob()
[all...]
H A DNetBSD.cpp44 CmdArgs.push_back("--32"); in ConstructJob()
53 CmdArgs.push_back(Args.MakeArgString("-mcpu=" + Arch)); in ConstructJob()
65 CmdArgs.push_back("-march"); in ConstructJob()
66 CmdArgs.push_back(CPUName.data()); in ConstructJob()
68 CmdArgs.push_back("-mabi"); in ConstructJob()
69 CmdArgs.push_back(mips::getGnuCompatibleMipsABIName(ABIName).data()); in ConstructJob()
72 CmdArgs.push_back("-EL"); in ConstructJob()
74 CmdArgs.push_back("-EB"); in ConstructJob()
81 CmdArgs.push_back("-32"); in ConstructJob()
83 CmdArgs.push_back(spar in ConstructJob()
[all...]
H A DDragonFly.cpp36 CmdArgs.push_back("--32"); in ConstructJob()
40 CmdArgs.push_back("-o"); in ConstructJob()
41 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
44 CmdArgs.push_back(II.getFilename()); in ConstructJob()
67 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
69 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
71 CmdArgs.push_back("-Bstatic"); in ConstructJob()
74 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
76 CmdArgs.push_back("-shared"); in ConstructJob()
78 CmdArgs.push_back(" in ConstructJob()
[all...]
H A DNaCl.cpp38 NewInputs.push_back(NaClMacros); in ConstructJob()
71 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
74 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
77 CmdArgs.push_back("-s"); in ConstructJob()
81 CmdArgs.push_back("--build-id"); in ConstructJob()
84 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
86 CmdArgs.push_back("-m"); in ConstructJob()
88 CmdArgs.push_back("elf_i386_nacl"); in ConstructJob()
90 CmdArgs.push_back("armelf_nacl"); in ConstructJob()
92 CmdArgs.push_back("elf_x86_64_nacl"); in ConstructJob()
[all …]
H A DFlang.cpp32 CmdArgs.push_back("-x"); in addDashXForInput()
34 CmdArgs.push_back(types::getTypeName(Input.getType())); in addDashXForInput()
149 CmdArgs.push_back("-fstack-arrays"); in addPicOptions()
152 CmdArgs.push_back("-fversion-loops-for-stride"); in addPicOptions()
175 CmdArgs.push_back("-mrelocation-model"); in AddAArch64TargetArgs()
176 CmdArgs.push_back(RMName); in AddAArch64TargetArgs()
179 CmdArgs.push_back("-pic-level"); in AddAArch64TargetArgs()
180 CmdArgs.push_back(PICLevel == 1 ? "1" : "2"); in AddAArch64TargetArgs()
182 CmdArgs.push_back("-pic-is-pie"); in AddAArch64TargetArgs()
199 CmdArgs.push_back( in AddRISCVTargetArgs()
[all...]
H A DOpenBSD.cpp44 CmdArgs.push_back("--32"); in ConstructJob()
51 CmdArgs.push_back(Args.MakeArgString("-mcpu=" + Arch)); in ConstructJob()
56 CmdArgs.push_back("-mppc"); in ConstructJob()
57 CmdArgs.push_back("-many"); in ConstructJob()
61 CmdArgs.push_back("-64"); in ConstructJob()
63 CmdArgs.push_back(sparc::getSparcAsmModeForCPU(CPU, Triple)); in ConstructJob()
74 CmdArgs.push_back("-march"); in ConstructJob()
75 CmdArgs.push_back(CPUName.data()); in ConstructJob()
77 CmdArgs.push_back("-mabi"); in ConstructJob()
78 CmdArgs.push_back(mip in ConstructJob()
[all...]
H A DFuchsia.cpp52 CmdArgs.push_back("-z"); in ConstructJob()
53 CmdArgs.push_back("max-page-size=4096"); in ConstructJob()
55 CmdArgs.push_back("-z"); in ConstructJob()
56 CmdArgs.push_back("now"); in ConstructJob()
58 CmdArgs.push_back("-z"); in ConstructJob()
59 CmdArgs.push_back("start-stop-visibility=hidden"); in ConstructJob()
64 CmdArgs.push_back("-z"); in ConstructJob()
65 CmdArgs.push_back("rodynamic"); in ConstructJob()
66 CmdArgs.push_back("-z"); in ConstructJob()
67 CmdArgs.push_back("separat in ConstructJob()
[all...]
H A DClang.cpp184 OutStrings.push_back(Args.MakeArgString(Out + "all")); in ParseMRecip()
196 OutStrings.push_back(Args.MakeArgString(Out + Val)); in ParseMRecip()
274 OutStrings.push_back(Args.MakeArgString(Out)); in ParseMRecip()
287 CmdArgs.push_back("-mprefer-vector-width=none"); in ParseMPreferVectorWidth()
294 CmdArgs.push_back(Args.MakeArgString("-mprefer-vector-width=" + Value)); in ParseMPreferVectorWidth()
348 CmdArgs.push_back("-fasync-exceptions"); in addExceptionArgs()
358 CmdArgs.push_back("-fobjc-exceptions"); in addExceptionArgs()
376 CmdArgs.push_back("-fcxx-exceptions"); in addExceptionArgs()
391 CmdArgs.push_back("-fexceptions"); in addExceptionArgs()
418 CmdArgs.push_back(Arg in ShouldEnableAutolink()
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp46 void push_back(const T &) {} in push_back() function in std::vector
47 void push_back(T &&) {} in push_back() function in std::vector
68 void push_back(const T &) {} in push_back() function in std::list
69 void push_back(T &&) {} in push_back() function in std::list
89 void push_back(const T &) {} in push_back() function in std::deque
90 void push_back(T &&) {} in push_back() function in std::deque
333 void push_back(const T &) {} in push_back() function in llvm::LikeASmallVector
334 void push_back(T &&) {} in push_back() function in llvm::LikeASmallVector
344 v.push_back(42); in testInts()
345 v.push_back(int(42)); in testInts()
[all …]
H A Duse-emplace-ignore-implicit-constructors.cpp21 void push_back(const T &) {} in push_back() function in std::vector
22 void push_back(T &&) {} in push_back() function in std::vector
33 v.push_back(42); in testInts()
34 v.push_back(int(42)); in testInts()
35 v.push_back(int{42}); in testInts()
36 v.push_back(42.0); in testInts()
38 v.push_back(z); in testInts()
44 void push_back(Something);
61 v.push_back(Something(1, 2)); in test_Something()
65 v.push_back(Something{1, 2}); in test_Something()
[all …]
/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp20 CLArgs.push_back(ArgV[0]); in parseFuzzerCLOpts()
27 CLArgs.push_back(ArgV[I++]); in parseFuzzerCLOpts()
43 Args.push_back("-global-isel"); in handleExecNameEncodedBEOpts()
45 Args.push_back("-O0"); in handleExecNameEncodedBEOpts()
47 Args.push_back("-" + Opt.str()); in handleExecNameEncodedBEOpts()
49 Args.push_back("-mtriple=" + Opt.str()); in handleExecNameEncodedBEOpts()
63 CLArgs.push_back(S.c_str()); in handleExecNameEncodedBEOpts()
80 Args.push_back("-passes=instcombine"); in handleExecNameEncodedOptimizerOpts()
82 Args.push_back("-passes=early-cse"); in handleExecNameEncodedOptimizerOpts()
84 Args.push_back("-passes=simplifycfg"); in handleExecNameEncodedOptimizerOpts()
[all …]
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(binOpDescripto in describeFuzzerIntOps()
[all...]
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp118 fpcr_fields.push_back({"FZ16", 19}); in DetectFPSRFields()
122 fpcr_fields.push_back({"IDE", 15}); in DetectFPSRFields()
126 fpcr_fields.push_back({"EBF", 13}); in DetectCPSRFields()
128 fpcr_fields.push_back({"IXE", 12}); in DetectCPSRFields()
129 fpcr_fields.push_back({"UFE", 11}); in DetectCPSRFields()
130 fpcr_fields.push_back({"OFE", 10}); in DetectCPSRFields()
131 fpcr_fields.push_back({"DZE", 9}); in DetectCPSRFields()
132 fpcr_fields.push_back({"IOE", 8}); in DetectCPSRFields()
136 fpcr_fields.push_back({"NEP", 2}); in DetectCPSRFields()
137 fpcr_fields.push_back({"A in DetectCPSRFields()
[all...]
/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp138 Features.push_back("+soft-float"); in getSparcTargetFeatures()
142 Features.push_back("+fsmuld"); in getSparcTargetFeatures()
144 Features.push_back("-fsmuld"); in getSparcTargetFeatures()
149 Features.push_back("+popc"); in getSparcTargetFeatures()
151 Features.push_back("-popc"); in getSparcTargetFeatures()
156 Features.push_back("+vis"); in getSparcTargetFeatures()
158 Features.push_back("-vis"); in getSparcTargetFeatures()
163 Features.push_back("+vis2"); in getSparcTargetFeatures()
165 Features.push_back("-vis2"); in getSparcTargetFeatures()
170 Features.push_back(" in getSparcTargetFeatures()
[all...]
H A DRISCV.cpp47 Features.push_back(Args.MakeArgString(Str)); in getArchFeatures()
50 Features.push_back(Args.MakeArgString("+experimental")); in getArchFeatures()
101 Features.push_back("+reserve-" #REG); in getRISCVTargetFeatures()
137 Features.push_back("+relax"); in getRISCVTargetFeatures()
145 Features.push_back("-relax"); in getRISCVTargetFeatures()
157 Features.push_back("+unaligned-scalar-mem"); in getRISCVTargetFeatures()
159 Features.push_back("-unaligned-scalar-mem"); in getRISCVTargetFeatures()
162 Features.push_back("+unaligned-scalar-mem"); in getRISCVTargetFeatures()
174 Features.push_back("+unaligned-vector-mem"); in getRISCVTargetFeatures()
176 Features.push_back(" in getRISCVTargetFeatures()
[all...]
H A DAArch64.cpp149 Features.push_back(Args.MakeArgString((Enabled ? "+" : "-") + Feature));
174 Features.push_back("+zcm");
175 Features.push_back("+zcz");
268 Features.push_back("+tpidr-el3"); in getAArch64TargetFeatures()
270 Features.push_back("+tpidr-el2"); in getAArch64TargetFeatures()
272 Features.push_back("+tpidr-el1"); in getAArch64TargetFeatures()
274 Features.push_back("+tpidrro-el0"); in getAArch64TargetFeatures()
318 Features.push_back("+harden-sls-retbr"); in getAArch64TargetFeatures()
320 Features.push_back("+harden-sls-blr"); in getAArch64TargetFeatures()
322 Features.push_back(" in getAArch64TargetFeatures()
[all...]
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp488 StackIds.push_back(Index.getStackIdAtIndex(StackIdIndex)); in IndexBitcodeWriter()
582 ModulePaths.push_back(ModPath); in getValueId()
708 Vals.push_back(C); in getAttrKindEncoding()
927 Vals.push_back(V << 1); in writeAttributeGroupTable()
929 Vals.push_back((-V << 1) | 1); in writeAttributeGroupTable()
947 Record.push_back(BitWidth); in writeAttributeGroupTable()
949 Record.push_back(CR.getLower().getActiveWords() | in writeAttributeGroupTable()
970 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
971 Record.push_back(AttrListIndex); in writeAttributeGroupTable()
975 Record.push_back( in writeAttributeGroupTable()
[all...]
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp29 ShuffleMask.push_back(0); in DecodeINSERTPSMask()
30 ShuffleMask.push_back(1); in DecodeINSERTPSMask()
31 ShuffleMask.push_back(2); in DecodeINSERTPSMask()
32 ShuffleMask.push_back(3); in DecodeINSERTPSMask()
55 ShuffleMask.push_back(i); in DecodeInsertElementMask()
63 ShuffleMask.push_back(NElts + i); in DecodeMOVHLPSMask()
66 ShuffleMask.push_back(i); in DecodeMOVHLPSMask()
72 ShuffleMask.push_back(i); in DecodeMOVLHPSMask()
75 ShuffleMask.push_back(NElts + i); in DecodeMOVLHPSMask()
80 ShuffleMask.push_back( in DecodeMOVSLDUPMask()
[all...]
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp424 Mods.push_back(const_cast<Module *>(&M)); in writeModule()
608 Vals.push_back(C); in writeStringRecord()
721 Vals.push_back(V << 1); in emitSignedInt64()
723 Vals.push_back((-V << 1) | 1); in emitSignedInt64()
870 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
871 Record.push_back(AttrListIndex); in writeAttributeGroupTable()
878 Record.push_back(0); in writeAttributeGroupTable()
879 Record.push_back(Val); in writeAttributeGroupTable()
884 Record.push_back(0); in writeAttributeGroupTable()
885 Record.push_back(bit in writeAttributeGroupTable()
[all...]
/llvm-project/llvm/unittests/ADT/
H A DSimpleIListTest.cpp53 L.push_back(A); in TEST()
54 L.push_back(B); in TEST()
72 L1.push_back(A); in TEST()
73 L1.push_back(B); in TEST()
108 L.push_back(A); in TEST()
109 L.push_back(B); in TEST()
110 L.push_back(C); in TEST()
133 L.push_back(A); in TEST()
134 L.push_back(*B); in TEST()
135 L.push_back(C); in TEST()
[all …]

12345678910>>...163