/llvm-project/polly/unittests/Support/ |
H A D | ISLTools.cpp | 24 for (auto BS : S.get_basic_set_list()) in TEST() local
|
/llvm-project/bolt/unittests/Core/ |
H A D | BinaryContext.cpp | 89 BinarySection &BS = BC->registerOrUpdateSection( TEST_P() local 130 BinarySection &BS = BC->registerOrUpdateSection( TEST_P() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | stack-overflow-sigbus.cpp | 13 const int BS = 1024; global() variable
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 129 BS.first += AlignExtra; in ComputeBlockSizes() local 183 BS.first -= BS.second; in modifyAdjustment() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 311 BufferByteStreamer BS; member 338 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | stack-overflow.cpp | 29 const int BS = 1024; global() variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 223 isBundlableWithCurrentPMI(MachineInstr & MI,const DenseMap<unsigned,unsigned> & PV,std::vector<R600InstrInfo::BankSwizzle> & BS,bool & isTransSlot) isBundlableWithCurrentPMI() argument 291 std::vector<R600InstrInfo::BankSwizzle> BS; addToPacket() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | NewDeleteOverloadsCheck.cpp | 114 for (const auto &BS : RD->bases()) { in hasCorrespondingOverloadInBaseClass() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | SymbolIndexManager.cpp | 68 auto BS = Score[B.Symbol.getFilePath()]; in rank() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 47 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local
|
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
H A D | spare_block_handling.pass.cpp | 70 const auto BS = BlockSize<LargeT>::value; in push_back() local
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.cpp | 70 BufferQueue::ErrorCode BufferQueue::init(size_t BS, size_t BC) { in init()
|
/llvm-project/offload/test/offloading/ |
H A D | bug49334.cpp | 78 constexpr const int BS = 16; variable
|
/llvm-project/libc/benchmarks/ |
H A D | LibcBenchmark.h | 241 BenchmarkState BS; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 201 for (const auto &BS : R->bases()) { in IsPartOfAST() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h |
|
/llvm-project/bolt/lib/Passes/ |
H A D | ReorderData.cpp | 103 bool isSupported(const BinarySection &BS) { return BS.isData() && !BS.isTLS(); } in isSupported()
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 266 for (const auto &BS : BodySamples) findAllNames() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionAnalyzer.cpp | 65 __anon3a8cf0460202(const CXXBaseSpecifier *BS, CXXBasePath &) isUnambiguousPublicBaseClass() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 116 IndexType BS = B.start(), BE = B.end(); addsub() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 583 __anon0d23b7250602(const CXXBaseSpecifier &BS) isEmptyDestructor() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 1351 const auto *BS = Asm.getBaseSymbol(S); prepareImports() local 1722 const auto *BS = Asm.getBaseSymbol(S); writeOneObject() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigYAML.cpp | 390 if (auto *BS = llvm::dyn_cast<BlockScalarNode>(&N)) scalarValue() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1001 Res += getExpansionSize(BS->getType(), Context); in getExpansionSize() local 1022 getExpandedTypes(BS->getType(), TI); in getExpandedTypes() local 1060 for (const CXXBaseSpecifier *BS : RExp->Bases) { ExpandTypeFromArgs() local 1117 for (const CXXBaseSpecifier *BS : RExp->Bases) { ExpandTypeToArgs() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 722 Parser &P, OMPDeclareSimdDeclAttr::BranchStateTy &BS, ExprResult &SimdLen, in parseDeclareSimdClauses() argument 812 OMPDeclareSimdDeclAttr::BranchStateTy BS = in ParseOMPDeclareSimdClauses() local
|