Searched defs:Add (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachinePassRegistry.cpp36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcucumber.vim73 function! s:Add(name) function
/macosx-10.9.5/llvmCore-3425.0.33/examples/ModuleMaker/
H A DModuleMaker.cpp49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/function/
H A Dtostring-1.js98 function Add( a, b, c, d, e ) { function
/macosx-10.9.5/llvmCore-3425.0.33/examples/HowToUseJIT/
H A DHowToUseJIT.cpp86 Value *Add = builder.CreateAdd(One, ArgX); local
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) method in class:DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) method in class:DotZLib.Deflater
H A DCodecBase.cs90 public void Add(byte[] data) method in class:DotZLib.CodecBase
103 public abstract void Add(byte[] data, int offset, int count); method in class:DotZLib.CodecBase
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DSecItemRequestData.h43 Add, enumerator in enum:WebKit::SecItemRequestData::Type
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsMCInstLower.cpp109 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); local
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DCryptoAlg.h39 mStatus (*Add)(AlgContext *ctx, const void *data, mDNSu32 len); member in struct:__anon10890
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dxmlrpc-methods-server.tcl
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h38 void Add(Instruction *I) { function in class:llvm::InstCombineWorklist
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Transforms/Utils/
H A DCloning.cpp56 BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V); local
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dstd.h46 int Add(const T &newElement) { function in class:c4_ArrayT
H A Duniv.cpp115 int c4_DWordArray::Add(t4_i32 newElement) { function in class:c4_DWordArray
136 int c4_PtrArray::Add(void *newElement) { function in class:c4_PtrArray
181 int c4_StringArray::Add(const char *newElement) { function in class:c4_StringArray
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalCaptureDevice.h111 void Add (const uintptr_t inDeviceToken, OALCaptureDevice **inDevice) { function in class:OALCaptureDeviceMap
H A DoalBuffer.h54 void Add(SourceAttachedInfo& inSourceInfo) function in class:AttachedSourceList
203 void Add (const ALuint inBufferToken, OALBuffer **inBuffer) function in class:OALBufferMap
H A DoalDevice.h162 void Add (const uintptr_t inDeviceToken, OALDevice **inDevice) { function in class:OALDeviceMap
/macosx-10.9.5/vim-53/src/
H A Dif_cscope.h75 typedef enum { Add, Find, Help, Kill, Reset, Show } csid_e; enumerator in enum:__anon14229
/macosx-10.9.5/llvmCore-3425.0.33/examples/ParallelJIT/
H A DParallelJIT.cpp56 Instruction *Add = BinaryOperator::CreateAdd(One, ArgX, "addresult", BB); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DImmutableIntervalMap.h100 TreeTy *Add(TreeTy *T, value_type_ref V) { function in class:llvm::ImutIntervalAVLFactory
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DBitCodes.h180 void Add(const BitCodeAbbrevOp &OpInfo) { function in class:llvm::BitCodeAbbrev
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DRegistry.h192 class Add { class in class:llvm::Registry
199 Add(const char *Name, const char *Desc) function in class:llvm::Registry::Add
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerSwitch.cpp191 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, local

Completed in 369 milliseconds

123