| /src/external/bsd/tradcpp/dist/tests/ |
| t37.c | 1 #define BC //**/* 4 BC 8 BC comment? EC 11 FOO(abc BC def EC ghi) 14 BAR(abc BC def, ghi EC jkl) 16 BC
|
| /src/games/tetris/ |
| shapes.c | 52 #define BC B_COLS /* bottom center */ 58 /* 2*/ { 2, 9, { ML, MR, BC, } }, 65 /* 9*/ { 2, 10, { TC, MR, BC, } }, 67 /*11*/ { 2, 2, { TC, ML, BC, } }, 68 /*12*/ { 4, 13, { TC, BC, BR, } }, 70 /*14*/ { 4, 4, { TL, TC, BC, } }, 71 /*15*/ { 5, 16, { TR, TC, BC, } }, 73 /*17*/ { 5, 5, { TC, BC, BL, } }, 74 /*18*/ { 6, 6, { TC, BC, 2*B_COLS } } /* sticks out */
|
| /src/lib/libterminfo/ |
| termcap.h | 44 extern char *BC;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ParallelCG.cpp | 68 SmallString<0> BC; 69 raw_svector_ostream BCOS(BC); 73 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); 80 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { 83 MemoryBufferRef(StringRef(BC.data(), BC.size()), 92 // Pass BC using std::move to ensure that it get moved rather than 94 std::move(BC));
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| tcap.h | 45 extern char *UP, *BC;
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| tcap.h | 45 extern char *UP, *BC;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| FormatVariadic.cpp | 113 std::size_t BC = Fmt.find_first_of('}'); 114 if (BC == StringRef::npos) { 125 if (BO2 < BC) 129 StringRef Spec = Fmt.slice(1, BC); 130 StringRef Right = Fmt.substr(BC + 1); 138 Fmt = Fmt.drop_front(BC + 1);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| BlockCounter.cpp | 73 BlockCounter::Factory::IncrementCount(BlockCounter BC, 76 return BlockCounter(GetFactory(F).add(GetMap(BC.Data), 78 BC.getNumVisited(CallSite, BlockID)+1).getRoot());
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| BenchmarkRunner.cpp | 136 const BenchmarkCode &BC, unsigned NumRepetitions, 145 InstrBenchmark.Info = BC.Info; 147 const std::vector<MCInst> &Instructions = BC.Key.Instructions; 149 InstrBenchmark.Key = BC.Key; 177 BC.LiveIns, BC.Key.RegisterInitialValues, 195 auto ObjectFilePath = writeObjectFile(BC, Filler); 208 BC.LiveIns, BC.Key.RegisterInitialValues, Filler, OS)) { 260 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, [all...] |
| SnippetGenerator.cpp | 76 BenchmarkCode BC; 77 BC.Info = CT.Info; 81 BC.Key.Instructions.push_back(IT.build()); 84 BC.LiveIns.push_back(CT.ScratchSpacePointerInReg); 85 BC.Key.RegisterInitialValues = 87 BC.Key.Config = CT.Config; 88 Benchmarks.emplace_back(std::move(BC));
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| BlockCounter.h | 47 BlockCounter IncrementCount(BlockCounter BC,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stub-termcap.c | 50 char *BC __attribute__((weak));
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stub-termcap.c | 50 char *BC __attribute__((weak));
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| PrettyClassDefinitionDumper.cpp | 68 for (auto BC : Layout.bases()) { 69 const auto &Base = BC->getBase(); 76 if (BC->isVirtualBase())
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTXLowerArgs.cpp | 185 if (auto *BC = dyn_cast<BitCastInst>(I.OldInstruction)) { 186 auto *NewBCType = BC->getType()->getPointerElementType()->getPointerTo( 188 return BitCastInst::Create(BC->getOpcode(), I.NewParam, NewBCType, 189 BC->getName(), BC);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| P2ss.cnf | 45 policy=text:BC
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyAddMissingPrototypes.cpp | 95 if (auto *BC = dyn_cast<BitCastOperator>(U.getUser())) { 97 BC->getDestTy()->getPointerElementType())) {
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenPGO.cpp | 503 BreakContinue BC = BreakContinueStack.pop_back_val(); 505 setCount(ParentCount + BackedgeCount + BC.ContinueCount); 508 setCount(BC.BreakCount + CondCount - BodyCount); 523 BreakContinue BC = BreakContinueStack.pop_back_val(); 526 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount); 529 setCount(BC.BreakCount + CondCount - LoopCount); 547 BreakContinue BC = BreakContinueStack.pop_back_val(); 552 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); 559 setCount(ParentCount + BackedgeCount + BC.ContinueCount); 564 setCount(BC.BreakCount + CondCount - BodyCount) [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
| clang-import-test.cpp | 220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { 223 CI.getPreprocessor().getIdentifierTable(), ST, BC); 281 auto BC = std::make_unique<Builtin::Context>(); 283 IndirectCI.getCompilerInstance(), *ST, *BC); 308 auto BC = std::make_unique<Builtin::Context>(); 310 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC);
|
| /src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| mulsi3.S | 32 ; BC op2H (resH) op1 39 ; BC op2H 61 push bc 75 push bc 76 movw bc, r8 77 xchw ax, bc 78 subw ax, bc 80 movw ax, bc 81 pop bc 89 movw bc, a [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| mulsi3.S | 32 ; BC op2H (resH) op1 39 ; BC op2H 61 push bc 75 push bc 76 movw bc, r8 77 xchw ax, bc 78 subw ax, bc 80 movw ax, bc 81 pop bc 89 movw bc, a [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| PtrUseVisitor.h | 254 void visitBitCastInst(BitCastInst &BC) { 255 enqueueUsers(BC);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCEarlyReturn.cpp | 106 } else if (J->getOpcode() == PPC::BC || J->getOpcode() == PPC::BCn) { 112 TII->get(J->getOpcode() == PPC::BC ? PPC::BCLR : PPC::BCLRn));
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.h | 66 BC = 267, /* BC */ 191 #define BC 267
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.h | 66 BC = 267, /* BC */ 191 #define BC 267
|