| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/ |
| H A D | main.cpp | 7 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-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/ |
| H A D | main.cpp | 8 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-15.0.7/libcxx/test/std/utilities/template.bitset/ |
| H A D | bitset_test_cases.h | 21 cases.push_back(std::bitset<0>()); 28 cases.push_back(std::bitset<1>("0")); 29 cases.push_back(std::bitset<1>("1")); 36 cases.push_back(std::bitset<2>("00")); 37 cases.push_back(std::bitset<2>("01")); 38 cases.push_back(std::bitset<2>("10")); 39 cases.push_back(std::bitset<2>("11")); 161 cases.push_back(std::bitset<1000>(std::string(1000, '0'))); 170 cases.push_back(std::bitset<1000>(str_repeat("10", 500))); 171 cases.push_back(std::bitset<1000>(str_repeat("01", 500))); [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIFunctionClassifier.cpp | 32 MPIType.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers() 38 MPIType.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers() 43 MPIType.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers() 49 MPIType.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers() 54 MPIType.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers() 60 MPIType.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers() 65 MPIType.push_back(IdentInfo_MPI_Rsend); in initPointToPointIdentifiers() 70 MPIType.push_back(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers() 75 MPIType.push_back(IdentInfo_MPI_Recv); in initPointToPointIdentifiers() 81 MPIType.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers() [all …]
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | DragonFly.cpp | 37 CmdArgs.push_back("--32"); in ConstructJob() 41 CmdArgs.push_back("-o"); in ConstructJob() 83 CmdArgs.push_back("-m"); in ConstructJob() 88 CmdArgs.push_back("-o"); in ConstructJob() 98 CmdArgs.push_back( in ConstructJob() 102 CmdArgs.push_back( in ConstructJob() 105 CmdArgs.push_back( in ConstructJob() 111 CmdArgs.push_back( in ConstructJob() 114 CmdArgs.push_back( in ConstructJob() 166 CmdArgs.push_back( in ConstructJob() [all …]
|
| H A D | FreeBSD.cpp | 42 CmdArgs.push_back("--32"); in ConstructJob() 46 CmdArgs.push_back("-a32"); in ConstructJob() 103 CmdArgs.push_back( in ConstructJob() 125 CmdArgs.push_back("-o"); in ConstructJob() 189 CmdArgs.push_back("-m"); in ConstructJob() 193 CmdArgs.push_back("-m"); in ConstructJob() 197 CmdArgs.push_back("-m"); in ConstructJob() 202 CmdArgs.push_back("-m"); in ConstructJob() 206 CmdArgs.push_back("-m"); in ConstructJob() 210 CmdArgs.push_back("-m"); in ConstructJob() [all …]
|
| H A D | NetBSD.cpp | 44 CmdArgs.push_back("--32"); in ConstructJob() 82 CmdArgs.push_back("-32"); in ConstructJob() 90 CmdArgs.push_back("-64"); in ConstructJob() 103 CmdArgs.push_back("-o"); in ConstructJob() 153 CmdArgs.push_back("-m"); in ConstructJob() 242 CmdArgs.push_back( in ConstructJob() 245 CmdArgs.push_back( in ConstructJob() 248 CmdArgs.push_back( in ConstructJob() 251 CmdArgs.push_back( in ConstructJob() 338 CmdArgs.push_back( in ConstructJob() [all …]
|
| H A D | NaCl.cpp | 39 NewInputs.push_back(NaClMacros); in ConstructJob() 79 CmdArgs.push_back("-s"); in ConstructJob() 83 CmdArgs.push_back("--build-id"); in ConstructJob() 88 CmdArgs.push_back("-m"); in ConstructJob() 102 CmdArgs.push_back("-static"); in ConstructJob() 104 CmdArgs.push_back("-shared"); in ConstructJob() 106 CmdArgs.push_back("-o"); in ConstructJob() 144 CmdArgs.push_back("-lm"); in ConstructJob() 151 CmdArgs.push_back("-lc"); in ConstructJob() 166 CmdArgs.push_back("-lgcc"); in ConstructJob() [all …]
|
| H A D | OpenBSD.cpp | 45 CmdArgs.push_back("--32"); in ConstructJob() 58 CmdArgs.push_back("-mppc"); in ConstructJob() 59 CmdArgs.push_back("-many"); in ConstructJob() 63 CmdArgs.push_back("-64"); in ConstructJob() 79 CmdArgs.push_back("-mabi"); in ConstructJob() 97 CmdArgs.push_back("-o"); in ConstructJob() 132 CmdArgs.push_back("-EB"); in ConstructJob() 134 CmdArgs.push_back("-EL"); in ConstructJob() 137 CmdArgs.push_back("-e"); in ConstructJob() 162 CmdArgs.push_back("-X"); in ConstructJob() [all …]
|
| H A D | Clang.cpp | 95 Res.push_back('\\'); in EscapeSpacesAndBackslashes() 98 Res.push_back(*Arg); in EscapeSpacesAndBackslashes() 660 CmdArgs.push_back( in addDebugObjectName() 933 CmdArgs.push_back( in addPGOAndCoverageFlags() 1100 CmdArgs.push_back( in RenderDebugEnablingArgs() 1711 CmdArgs.push_back( in CollectARMPACBTIOptions() 1714 CmdArgs.push_back( in CollectARMPACBTIOptions() 3442 CmdArgs.push_back( in RenderTrivialAutoVarInitOptions() 8192 CmdArgs.push_back( in ConstructJob() 8286 CmdArgs.push_back( in ConstructJobMultipleOutputs() [all …]
|
| H A D | Fuchsia.cpp | 52 CmdArgs.push_back("-z"); in ConstructJob() 55 CmdArgs.push_back("-z"); in ConstructJob() 56 CmdArgs.push_back("now"); in ConstructJob() 61 CmdArgs.push_back("-z"); in ConstructJob() 63 CmdArgs.push_back("-z"); in ConstructJob() 65 CmdArgs.push_back("-z"); in ConstructJob() 66 CmdArgs.push_back("rel"); in ConstructJob() 80 CmdArgs.push_back("-s"); in ConstructJob() 83 CmdArgs.push_back("-r"); in ConstructJob() 120 CmdArgs.push_back("-o"); in ConstructJob() [all …]
|
| H A D | CrossWindows.cpp | 42 CmdArgs.push_back("--32"); in ConstructJob() 45 CmdArgs.push_back("--64"); in ConstructJob() 51 CmdArgs.push_back("-o"); in ConstructJob() 88 CmdArgs.push_back("-pie"); in ConstructJob() 94 CmdArgs.push_back("-m"); in ConstructJob() 104 CmdArgs.push_back("arm64pe"); in ConstructJob() 107 CmdArgs.push_back("i386pe"); in ConstructJob() 111 CmdArgs.push_back("i386pep"); in ConstructJob() 130 CmdArgs.push_back("-shared"); in ConstructJob() 155 CmdArgs.push_back("-o"); in ConstructJob() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 643 Params.push_back(PtrTy); in getLibcallSignature() 644 Params.push_back(PtrTy); in getLibcallSignature() 648 Params.push_back(PtrTy); in getLibcallSignature() 649 Params.push_back(PtrTy); in getLibcallSignature() 675 Params.push_back(PtrTy); in getLibcallSignature() 686 Params.push_back(PtrTy); in getLibcallSignature() 789 Rets.push_back(PtrTy); in getLibcallSignature() 795 Rets.push_back(PtrTy); in getLibcallSignature() 874 Rets.push_back(PtrTy); in getLibcallSignature() 878 Rets.push_back(PtrTy); in getLibcallSignature() [all …]
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.cpp | 84 Features.push_back("+sve"); in DecodeAArch64Features() 87 Features.push_back("+sve"); in DecodeAArch64Features() 88 Features.push_back("+sve2"); in DecodeAArch64Features() 90 Features.push_back("-sve2"); in DecodeAArch64Features() 128 Features.push_back("+neon"); in DecodeAArch64Mcpu() 166 Features.push_back("+sve"); in getAArch64ArchFeaturesFromMarch() 167 Features.push_back("+sve2"); in getAArch64ArchFeaturesFromMarch() 205 Features.push_back("+zcm"); in getAArch64MicroArchFeaturesFromMtune() 206 Features.push_back("+zcz"); in getAArch64MicroArchFeaturesFromMtune() 232 Features.push_back("+neon"); in getAArch64TargetFeatures() [all …]
|
| H A D | RISCV.cpp | 78 Features.push_back("+reserve-x1"); in getRISCVTargetFeatures() 80 Features.push_back("+reserve-x2"); in getRISCVTargetFeatures() 82 Features.push_back("+reserve-x3"); in getRISCVTargetFeatures() 84 Features.push_back("+reserve-x4"); in getRISCVTargetFeatures() 86 Features.push_back("+reserve-x5"); in getRISCVTargetFeatures() 88 Features.push_back("+reserve-x6"); in getRISCVTargetFeatures() 90 Features.push_back("+reserve-x7"); in getRISCVTargetFeatures() 92 Features.push_back("+reserve-x8"); in getRISCVTargetFeatures() 94 Features.push_back("+reserve-x9"); in getRISCVTargetFeatures() 142 Features.push_back("+relax"); in getRISCVTargetFeatures() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-emplace-ignore-implicit-constructors.cpp | 21 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); 83 v.push_back(42); in test_Something() 87 v.push_back(temporary); in test_Something() [all …]
|
| H A D | use-emplace.cpp | 47 void push_back(T &&) {} in push_back() function in std::vector 66 void push_back(T &&) {} in push_back() function in std::list 326 v.push_back(42); in testInts() 329 v.push_back(42.0); in testInts() 331 v.push_back(z); in testInts() 379 v.push_back(42); in test_Something() 390 v.push_back(s); in test_Something() 512 v.push_back( in testSpaces() 518 v2.push_back( in testSpaces() 638 v.push_back({2}); in testOtherTuples() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 606 Vals.push_back(C); in writeStringRecord() 1431 Vals.push_back( in writeModuleInfo() 3135 Vals.push_back( in writeInstruction() 3145 Vals.push_back( in writeInstruction() 3147 Vals.push_back( in writeInstruction() 3149 Vals.push_back( in writeInstruction() 3158 Vals.push_back( in writeInstruction() 3162 Vals.push_back( in writeInstruction() 4807 Vals.push_back(0); in writeSimplifiedModuleInfo() 4808 Vals.push_back(0); in writeSimplifiedModuleInfo() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ShuffleDecode.cpp | 28 ShuffleMask.push_back(0); in DecodeINSERTPSMask() 29 ShuffleMask.push_back(1); in DecodeINSERTPSMask() 30 ShuffleMask.push_back(2); in DecodeINSERTPSMask() 31 ShuffleMask.push_back(3); in DecodeINSERTPSMask() 54 ShuffleMask.push_back(i); in DecodeInsertElementMask() 65 ShuffleMask.push_back(i); in DecodeMOVHLPSMask() 71 ShuffleMask.push_back(i); in DecodeMOVLHPSMask() 96 ShuffleMask.push_back(l); in DecodeMOVDDUPMask() 107 ShuffleMask.push_back(M); in DecodePSLLDQMask() 197 ShuffleMask.push_back(h); in DecodePSWAPMask() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 635 Vals.push_back(C); in writeStringRecord() 1285 Vals.push_back( in writeModuleInfo() 1289 Vals.push_back( in writeModuleInfo() 1331 Vals.push_back( in writeModuleInfo() 1337 Vals.push_back( in writeModuleInfo() 1420 Record.push_back( in writeDISubrange() 2502 Vals.push_back( in writeInstruction() 2504 Vals.push_back( in writeInstruction() 2506 Vals.push_back( in writeInstruction() 2514 Vals.push_back( in writeInstruction() [all …]
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 19 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() 30 Ops.push_back(binOpDescriptor(1, Instruction::Or)); in describeFuzzerIntOps() 72 Ops.push_back(splitBlockDescriptor(1)); in describeFuzzerControlFlowOps() 76 Ops.push_back(gepDescriptor(1)); in describeFuzzerPointerOps() 81 Ops.push_back(extractValueDescriptor(1)); in describeFuzzerAggregateOps() 82 Ops.push_back(insertValueDescriptor(1)); in describeFuzzerAggregateOps() 86 Ops.push_back(extractElementDescriptor(1)); in describeFuzzerVectorOps() 87 Ops.push_back(insertElementDescriptor(1)); in describeFuzzerVectorOps() [all …]
|
| H A D | FuzzerCLI.cpp | 20 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() 63 CLArgs.push_back(S.c_str()); in handleExecNameEncodedBEOpts() 86 Args.push_back("-passes=gvn"); in handleExecNameEncodedOptimizerOpts() 88 Args.push_back("-passes=sccp"); in handleExecNameEncodedOptimizerOpts() 103 Args.push_back("-passes=licm"); in handleExecNameEncodedOptimizerOpts() 109 Args.push_back("-passes=irce"); in handleExecNameEncodedOptimizerOpts() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/ |
| H A D | main.cpp | 18 numbers_list.push_back(0x11223344); in main() 19 numbers_list.push_back(0xBEEFFEED); in main() 20 numbers_list.push_back(0x00ABBA00); in main() 21 numbers_list.push_back(0x0ABCDEF0); in main() 22 numbers_list.push_back(0x0CAB0CAB); in main() 26 numbers_list.push_back(1); in main() 27 numbers_list.push_back(2); in main() 28 numbers_list.push_back(3); in main() 29 numbers_list.push_back(4); in main() 35 text_list.push_back(std::string("is")); in main() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SimpleIListTest.cpp | 53 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() 135 L.push_back(C); in TEST() 150 L.push_back(A); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 90 OriginalArgWasF128.push_back( in PreAnalyzeCallResultForF128() 102 OriginalArgWasF128.push_back( in PreAnalyzeReturnForF128() 104 OriginalArgWasFloat.push_back( in PreAnalyzeReturnForF128() 124 OriginalRetWasFloatVector.push_back( in PreAnalyzeReturnForVectorFloat() 138 CallOperandIsFixed.push_back(IsFixed); in PreAnalyzeCallOperand() 163 OriginalArgWasF128.push_back(false); in PreAnalyzeFormalArgument() 164 OriginalArgWasFloat.push_back(false); in PreAnalyzeFormalArgument() 165 OriginalArgWasFloatVector.push_back(false); in PreAnalyzeFormalArgument() 190 OriginalArgWasF128.push_back(false); in PreAnalyzeFormalArgumentsForF128() 191 OriginalArgWasFloat.push_back(false); in PreAnalyzeFormalArgumentsForF128() [all …]
|