/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CodecBase.cs | 90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase 103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
|
H A D | Inflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
|
H A D | Deflater.cs | 54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
|
H A D | DotZLib.cs | 186 void Add(byte[] data); in Add() method 195 void Add(byte[] data, int offset, int count); in Add() method
|
/minix3/external/bsd/llvm/dist/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | CXXFieldCollector.h | 56 void Add(FieldDecl *D) { in Add() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachinePassRegistry.cpp | 36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { in Add() function in MachinePassRegistry
|
/minix3/external/bsd/llvm/dist/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 86 Value *Add = builder.CreateAdd(One, ArgX); in main() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | alias-church-numerals.cpp | 18 typename X> using Add = A<F, B<F, X>>; typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 77 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineWorklist.h | 39 void Add(Instruction *I) { in Add() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 164 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 67 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in isInteresting() local 331 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in findAddRecForLoop() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 86 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 112 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Registry.h | 203 Add(const char *Name, const char *Desc) in Add() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 63 Add // Use addition-based checks. This depends on having enumerator
|
/minix3/external/bsd/llvm/dist/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 55 Instruction *Add = BinaryOperator::CreateAdd(One, ArgX, "addresult", BB); in createAdd1() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | SanitizerArgs.cpp | 178 unsigned Add = parseArgValues(D, Arg, true); in SanitizerArgs() local 223 unsigned Add = parseArgValues(D, Arg, true); in SanitizerArgs() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | target.go | 126 func (pm PassManager) Add(td TargetData) { func
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p5.cpp | 63 constexpr int Add(int a, int b, int c) { return a + b + c; } in Add() function
|
/minix3/external/bsd/llvm/dist/clang/test/Parser/ |
H A D | cxx-altivec.cpp | 155 Vector Add(Vector lhs, Vector rhs) in Add() function
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 330 TEST_F(ConstantRangeTest, Add) { in TEST_F() argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 43 RecSet Add, Sub; in apply() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 301 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock() local
|