| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) {
|
| tsan_mutexset.cpp | 22 void MutexSet::Add(u64 id, bool write, u64 epoch) { 44 // Add new mutex descriptor. 93 // Add new mutex descriptor.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_ignoreset.cc | 23 void IgnoreSet::Add(u32 stack_id) {
|
| tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) { 47 // Add new mutex descriptor.
|
| tsan_mutexset.h | 35 void Add(u64 id, bool write, u64 epoch); 60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| CXXFieldCollector.h | 54 /// Add - Called by Sema::ActOnCXXMemberDeclarator. 55 void Add(FieldDecl *D) {
|
| /src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/ |
| ModuleMaker.cpp | 45 // Add a basic block to the function... again, it automatically inserts 53 // Create the add instruction... does not insert... 54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, 58 BB->getInstList().push_back(Add); 60 // Create the return instruction and add it to the basic block 61 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| Deflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| Inflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| Deflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| Inflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| Deflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| Inflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| Deflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| Inflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| Deflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| Inflater.cs | 51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
52 /// <param name="count">The number of bytes to add</param>
54 public override void Add(byte[] data, int offset, int count)
|
| /src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/ |
| HowToUseJIT.cpp | 78 // Add a basic block to the function. As before, it automatically inserts 94 // Create the add instruction, inserting it into the end of BB. 95 Value *Add = builder.CreateAdd(One, ArgX); 97 // Create the return instruction and add it to the basic block 98 builder.CreateRet(Add); 108 // Add a basic block to the FooF function. 121 // Create the return instruction and add it to the basic block.
|
| /src/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/ |
| HowToUseLLJIT.cpp | 10 // module with a 'add1' function and use of IRBuilder to create add & return 52 // Add a basic block to the function. As before, it automatically inserts 68 // Create the add instruction, inserting it into the end of BB. 69 Value *Add = builder.CreateAdd(One, ArgX); 71 // Create the return instruction and add it to the basic block 72 builder.CreateRet(Add);
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| MCExternalSymbolizer.cpp | 22 // This function tries to add a symbolic operand in place of the immediate 89 const MCExpr *Add = nullptr; 94 Add = MCSymbolRefExpr::create(Sym, Ctx); 96 Add = MCConstantExpr::create((int)SymbolicOp.AddSymbol.Value, Ctx); 118 if (Add) 119 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); 126 } else if (Add) { 128 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); 130 Expr = Add; 146 // This function tries to add a comment as to what is being referenced by a loa [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| AArch64ExternalSymbolizer.cpp | 43 /// tryAddingSymbolicOperand - tryAddingSymbolicOperand trys to add a symbolic 57 /// to add to the comment stream. This function returns Success if it adds 123 // otool expects the fully encoded ADD/LDR instruction to be passed in 127 EncodedInst |= Value << 10; // imm12 [+ shift:2 for ADD] 167 const MCExpr *Add = nullptr; 174 Add = MCSymbolRefExpr::create(Sym, Variant, Ctx); 176 Add = MCSymbolRefExpr::create(Sym, Ctx); 178 Add = MCConstantExpr::create(SymbolicOp.AddSymbol.Value, Ctx); 200 if (Add) 201 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCMCInstLower.cpp | 72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); 73 return MCOperand::createExpr(Add);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| XCoreMCInstLower.cpp | 73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); 74 return MCOperand::createExpr(Add);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_allocator_stats.h | 34 void Add(AllocatorStat i, uptr v) { 84 Add(AllocatorStat(i), s->Get(AllocatorStat(i)));
|