Searched refs:Name (Results 26 - 50 of 561) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dreader3.py28 if reader.Name() == "doc" or reader.NodeType() == 10:
33 if reader.Name() != "doc" or reader.NodeType() != 1:
40 if reader.Name() != "tst" or reader.NodeType() != 5:
47 if reader.Name() != "doc" or reader.NodeType() != 15:
66 if reader.Name() == "doc" or reader.NodeType() == 10:
71 if reader.Name() != "doc" or reader.NodeType() != 1:
78 if reader.Name() != "p" or reader.NodeType() != 1:
92 if reader.Name() != "p" or reader.NodeType() != 15:
99 if reader.Name() != "doc" or reader.NodeType() != 15:
134 res = res + "%s %s %d %d\n" % (reader.NodeType(),reader.Name(),
[all...]
H A Dreader.py20 if reader.Name() != "a" or reader.IsEmptyElement() != 0 or \
28 if reader.Name() != "b" or reader.IsEmptyElement() != 1 or \
36 if reader.Name() != "c" or reader.IsEmptyElement() != 0 or \
44 if reader.Name() != "#text" or reader.IsEmptyElement() != 0 or \
53 if reader.Name() != "c" or reader.IsEmptyElement() != 0 or \
61 if reader.Name() != "a" or reader.IsEmptyElement() != 0 or \
101 if reader.Name() == "ref":
130 if reader.Name() != "xmlns":
139 if reader.Name() != "xmlns:a":
148 if reader.Name() !
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp92 getELFKindForNamedSection(StringRef Name, SectionKind K) { argument
99 if (Name.empty() || Name[0] != '.') return K;
102 if (Name == ".bss" ||
103 Name.startswith(".bss.") ||
104 Name.startswith(".gnu.linkonce.b.") ||
105 Name.startswith(".llvm.linkonce.b.") ||
106 Name == ".sbss" ||
107 Name.startswith(".sbss.") ||
108 Name
128 getELFSectionType(StringRef Name, SectionKind K) argument
261 std::string Name = SizeSpec + utostr(Align); local
325 SmallString<128> Name; local
354 std::string Name = std::string(".init_array.") + utostr(Priority); local
359 std::string Name = std::string(".ctors.") + utostr(65535 - Priority); local
374 std::string Name = std::string(".fini_array.") + utostr(Priority); local
379 std::string Name = std::string(".dtors.") + utostr(65535 - Priority); local
616 SmallString<128> Name; local
646 SmallString<128> Name; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Deisl.h75 const ISL_CONST_DATA Name,
82 const ISL_CONST_DATA Name,
88 ISL_CONST_DATA Name,
94 const ISL_CONST_DATA Name,
101 const ISL_CONST_DATA Name,
108 const ISL_CONST_DATA Name,
114 ISL_CONST_DATA Name,
120 const ISL_CONST_DATA Name,
162 ISL_CONST_DATA Name);
175 ISL_CONST_DATA Name,
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtest.cnf65 countryName = Country Name (2 letter code)
69 stateOrProvinceName = State or Province Name (full name)
73 localityName = Locality Name (eg, city)
76 organizationName = Organization Name (eg, company)
80 organizationalUnitName = Organizational Unit Name (eg, section)
84 commonName = Common Name (eg, YOUR name)
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h48 virtual void *getPointerToNamedFunction(const std::string &Name,
74 void *getSymbolAddress(StringRef Name);
78 uint64_t getSymbolLoadAddress(StringRef Name);
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm_ocaml.c114 CAMLprim value llvm_mdkind_id(LLVMContextRef C, value Name) { argument
115 unsigned MDKindID = LLVMGetMDKindIDInContext(C, String_val(Name),
116 caml_string_length(Name));
296 value Name) {
297 return LLVMStructCreateNamed(C, String_val(Name));
389 CAMLprim value llvm_type_by_name(LLVMModuleRef M, value Name) argument
391 CAMLparam1(Name);
392 LLVMTypeRef Ty = LLVMGetTypeByName(M, String_val(Name));
477 CAMLprim value llvm_set_value_name(value Name, LLVMValueRef Val) { argument
478 LLVMSetValueName(Val, String_val(Name));
295 llvm_named_struct_type(LLVMContextRef C, value Name) argument
870 llvm_declare_qualified_global(LLVMTypeRef Ty, value Name, value AddressSpace, LLVMModuleRef M) argument
884 llvm_lookup_global(value Name, LLVMModuleRef M) argument
896 llvm_define_global(value Name, LLVMValueRef Initializer, LLVMModuleRef M) argument
905 llvm_define_qualified_global(value Name, LLVMValueRef Initializer, value AddressSpace, LLVMModuleRef M) argument
961 llvm_add_alias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, value Name) argument
984 llvm_lookup_function(value Name, LLVMModuleRef M) argument
996 llvm_define_function(value Name, LLVMTypeRef Ty, LLVMModuleRef M) argument
1139 llvm_append_block(LLVMContextRef Context, value Name, LLVMValueRef Fn) argument
1145 llvm_insert_block(LLVMContextRef Context, value Name, LLVMBasicBlockRef BB) argument
1317 llvm_insert_into_builder(LLVMValueRef I, value Name, value B) argument
1395 llvm_build_malloc(LLVMTypeRef Ty, value Name, value B) argument
1402 llvm_build_array_malloc(LLVMTypeRef Ty, LLVMValueRef Val, value Name, value B) argument
1438 llvm_build_invoke_nat(LLVMValueRef Fn, value Args, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, value Name, value B) argument
1456 llvm_build_landingpad(LLVMTypeRef Ty, LLVMValueRef PersFn, value NumClauses, value Name, value B) argument
1492 llvm_build_add(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1498 llvm_build_nsw_add(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1504 llvm_build_nuw_add(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1510 llvm_build_fadd(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1516 llvm_build_sub(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1522 llvm_build_nsw_sub(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1528 llvm_build_nuw_sub(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1534 llvm_build_fsub(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1540 llvm_build_mul(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1546 llvm_build_nsw_mul(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1552 llvm_build_nuw_mul(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1558 llvm_build_fmul(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1564 llvm_build_udiv(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1570 llvm_build_sdiv(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1576 llvm_build_exact_sdiv(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1582 llvm_build_fdiv(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1588 llvm_build_urem(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1594 llvm_build_srem(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1600 llvm_build_frem(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1606 llvm_build_shl(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1612 llvm_build_lshr(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1618 llvm_build_ashr(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1624 llvm_build_and(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1630 llvm_build_or(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1636 llvm_build_xor(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1642 llvm_build_neg(LLVMValueRef X, value Name, value B) argument
1648 llvm_build_nsw_neg(LLVMValueRef X, value Name, value B) argument
1654 llvm_build_nuw_neg(LLVMValueRef X, value Name, value B) argument
1660 llvm_build_fneg(LLVMValueRef X, value Name, value B) argument
1666 llvm_build_not(LLVMValueRef X, value Name, value B) argument
1674 llvm_build_alloca(LLVMTypeRef Ty, value Name, value B) argument
1680 llvm_build_array_alloca(LLVMTypeRef Ty, LLVMValueRef Size, value Name, value B) argument
1686 llvm_build_load(LLVMValueRef Pointer, value Name, value B) argument
1698 llvm_build_gep(LLVMValueRef Pointer, value Indices, value Name, value B) argument
1706 llvm_build_in_bounds_gep(LLVMValueRef Pointer, value Indices, value Name, value B) argument
1715 llvm_build_struct_gep(LLVMValueRef Pointer, value Index, value Name, value B) argument
1723 llvm_build_global_string(value Str, value Name, value B) argument
1729 llvm_build_global_stringptr(value Str, value Name, value B) argument
1738 llvm_build_trunc(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1744 llvm_build_zext(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1750 llvm_build_sext(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1756 llvm_build_fptoui(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1762 llvm_build_fptosi(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1768 llvm_build_uitofp(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1774 llvm_build_sitofp(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1780 llvm_build_fptrunc(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1786 llvm_build_fpext(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1792 llvm_build_prttoint(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1798 llvm_build_inttoptr(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1804 llvm_build_bitcast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1810 llvm_build_zext_or_bitcast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1816 llvm_build_sext_or_bitcast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1822 llvm_build_trunc_or_bitcast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1829 llvm_build_pointercast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1835 llvm_build_intcast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1841 llvm_build_fpcast(LLVMValueRef X, LLVMTypeRef Ty, value Name, value B) argument
1849 llvm_build_icmp(value Pred, LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1857 llvm_build_fcmp(value Pred, LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
1867 llvm_build_phi(value Incoming, value Name, value B) argument
1888 llvm_build_call(LLVMValueRef Fn, value Params, value Name, value B) argument
1895 llvm_build_select(LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, value Name, value B) argument
1902 llvm_build_va_arg(LLVMValueRef List, LLVMTypeRef Ty, value Name, value B) argument
1908 llvm_build_extractelement(LLVMValueRef Vec, LLVMValueRef Idx, value Name, value B) argument
1915 llvm_build_insertelement(LLVMValueRef Vec, LLVMValueRef Element, LLVMValueRef Idx, value Name, value B) argument
1924 llvm_build_shufflevector(LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, value Name, value B) argument
1931 llvm_build_extractvalue(LLVMValueRef Aggregate, value Idx, value Name, value B) argument
1938 llvm_build_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, value Idx, value Name, value B) argument
1946 llvm_build_is_null(LLVMValueRef Val, value Name, value B) argument
1952 llvm_build_is_not_null(LLVMValueRef Val, value Name, value B) argument
1958 llvm_build_ptrdiff(LLVMValueRef LHS, LLVMValueRef RHS, value Name, value B) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h23 std::string Name; member in struct:llvm::DOTGraphTraitsViewer
26 Name = GraphName;
35 ViewGraph(Graph, Name, Simple, Title);
49 std::string Name; member in struct:llvm::DOTGraphTraitsPrinter
53 Name = GraphName;
58 std::string Filename = Name + "." + F.getName().str() + ".dot";
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMCFunction.h72 const StringRef Name; member in class:llvm::MCFunction
77 MCFunction(StringRef Name) : Name(Name) {} argument
81 createFunctionFromMC(StringRef Name, const MCDisassembler *DisAsm,
90 StringRef getName() const { return Name; }
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/MCJIT/
H A DMCJITMemoryManager.h41 virtual void *getPointerToNamedFunction(const std::string &Name, argument
43 return JMM->getPointerToNamedFunction(Name, AbortOnFailure);
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DModule.cpp112 GlobalValue *Module::getNamedValue(StringRef Name) const {
113 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
118 unsigned Module::getMDKindID(StringRef Name) const {
119 return Context.getMDKindID(Name);
139 Constant *Module::getOrInsertFunction(StringRef Name, argument
143 GlobalValue *F = getNamedValue(Name);
146 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name);
158 Constant *NewF = getOrInsertFunction(Name, Ty);
159 F->setName(Name);
172 Constant *Module::getOrInsertTargetIntrinsic(StringRef Name, argument
189 getOrInsertFunction(StringRef Name, FunctionType *Ty) argument
199 getOrInsertFunction(StringRef Name, AttrListPtr AttributeList, Type *RetTy, ...) argument
218 getOrInsertFunction(StringRef Name, Type *RetTy, ...) argument
254 getGlobalVariable(StringRef Name, bool AllowLocal) const argument
269 getOrInsertGlobal(StringRef Name, Type *Ty) argument
312 getOrInsertNamedMetadata(StringRef Name) argument
[all...]
H A DLeaksContext.h33 Cache(0), Name(name) { }
41 Name = n;
71 errs() << "Leaked " << Name << " objects found: " << Message << ":\n";
89 const char* Name; member in struct:llvm::LeakDetectorImpl
H A DValue.cpp46 UseList(0), Name(0) {
79 if (Name && SubclassID != MDStringVal)
80 Name->Destroy();
168 if (!Name) return StringRef("", 0);
169 return Name->getKey();
183 // Name isn't changing?
197 Name->Destroy();
198 Name = 0;
202 if (Name)
203 Name
[all...]
H A DInstructions.cpp301 CallInst::CallInst(Value *Func, const Twine &Name, argument
308 init(Func, Name);
311 CallInst::CallInst(Value *Func, const Twine &Name, argument
318 init(Func, Name);
363 const Twine &Name) {
418 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
425 Result = new BitCastInst(MCall, AllocPtrType, Name);
448 const Twine &Name) {
450 ArraySize, MallocF, Name);
464 Function *MallocF, const Twine &Name) {
359 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
444 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
461 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
812 AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, Instruction *InsertBefore) argument
821 AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, BasicBlock *InsertAtEnd) argument
830 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
839 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
848 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, const Twine &Name, Instruction *InsertBefore) argument
857 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, const Twine &Name, BasicBlock *InsertAtEnd) argument
911 LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) argument
921 LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) argument
931 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, Instruction *InsertBef) argument
942 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, BasicBlock *InsertAE) argument
953 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, Instruction *InsertBef) argument
964 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, BasicBlock *InsertAE) argument
975 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBef) argument
988 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAE) argument
1001 LoadInst(Value *Ptr, const char *Name, Instruction *InsertBef) argument
1011 LoadInst(Value *Ptr, const char *Name, BasicBlock *InsertAE) argument
1021 LoadInst(Value *Ptr, const char *Name, bool isVolatile, Instruction *InsertBef) argument
1032 LoadInst(Value *Ptr, const char *Name, bool isVolatile, BasicBlock *InsertAE) argument
1310 init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &Name) argument
1433 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1447 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, BasicBlock *InsertAE) argument
1474 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1488 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, BasicBlock *InsertAE) argument
1521 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, Instruction *InsertBefore) argument
1538 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, BasicBlock *InsertAtEnd) argument
1640 init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &Name) argument
1672 init(ArrayRef<unsigned> Idxs, const Twine &Name) argument
1725 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
1738 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
1827 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
1835 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
1843 CreateNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1851 CreateNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
1859 CreateNSWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1865 CreateNSWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
1871 CreateNUWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1877 CreateNUWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
1883 CreateFNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1890 CreateFNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
1897 CreateNot(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
1904 CreateNot(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2277 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2298 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2319 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2327 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2335 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2343 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2351 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2359 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2367 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2380 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2392 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, Instruction *InsertBefore) argument
2406 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, BasicBlock *InsertAtEnd) argument
2420 CreateFPCast(Value *C, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2433 CreateFPCast(Value *C, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2692 TruncInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2698 TruncInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2704 ZExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2710 ZExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2715 SExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2721 SExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2727 FPTruncInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2733 FPTruncInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2739 FPExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2745 FPExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2751 UIToFPInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2757 UIToFPInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2763 SIToFPInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2769 SIToFPInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2775 FPToUIInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2781 FPToUIInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2787 FPToSIInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2793 FPToSIInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2799 PtrToIntInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2805 PtrToIntInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2811 IntToPtrInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2817 IntToPtrInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2823 BitCastInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
2829 BitCastInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
2841 CmpInst(Type *ty, OtherOps op, unsigned short predicate, Value *LHS, Value *RHS, const Twine &Name, Instruction *InsertBefore) argument
2854 CmpInst(Type *ty, OtherOps op, unsigned short predicate, Value *LHS, Value *RHS, const Twine &Name, BasicBlock *InsertAtEnd) argument
2868 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
2889 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dtrimslash.test14 "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \
22 /Users/Wierd Macintosh Name/// Ooh, translucent plastic
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DCore.h399 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
401 unsigned LLVMGetMDKindID(const char* Name, unsigned SLen);
506 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
542 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
552 LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, const char *Name);
809 LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, const char *Name);
1102 void LLVMSetValueName(LLVMValueRef Val, const char *Name);
1587 LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name);
1589 const char *Name,
1591 LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, const char *Name);
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DDIBuilder.h100 DIEnumerator createEnumerator(StringRef Name, uint64_t Val);
103 DIType createNullPtrType(StringRef Name);
107 /// @param Name Type name.
111 DIType createBasicType(StringRef Name, uint64_t SizeInBits,
124 /// @param Name Pointer type name. (optional)
127 StringRef Name = StringRef());
135 /// @param Name Typedef name.
139 DIType createTypedef(DIType Ty, StringRef Name, DIFile File,
157 /// @param Name Member name.
165 DIType createMemberType(DIDescriptor Scope, StringRef Name, DIFil
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1056 const char *Name; local
1058 Name = "ldexpf";
1060 Name = "ldexp";
1062 Name = "ldexpl";
1069 Value *Callee = M->getOrInsertFunction(Name, Op->getType(),
1847 StringRef Name = F.getName(); local
1848 switch (Name[0]) {
1850 if (Name == "strlen") {
1856 } else if (Name == "strchr" ||
1857 Name
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DX86RecognizableInstr.cpp214 Name = Rec->getName();
239 Name = Rec->getName();
244 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) ||
245 (Name.find("CRC32") != Name.npos);
255 if (Predicates[i]->getName().find("32Bit") != Name.npos) {
259 if (Predicates[i]->getName().find("64Bit") != Name.npos) {
272 Rec->getName().find("MOV64") != Name.npos ||
273 Rec->getName().find("PUSH64") != Name
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Drelease_cred.c46 _netlogon_release_name(minor_status, (gss_name_t *)&cred->Name);
/macosx-10.10/iodbc-42.5/iodbc/iodbc/trace/
H A DGetDescRec.c85 SQLCHAR * Name,
101 _trace_string (Name, BufferLength, StringLengthPtr, TRACE_OUTPUT_SUCCESS);
117 SQLWCHAR * Name,
133 _trace_string_w (Name, BufferLength, StringLengthPtr, TRACE_OUTPUT_SUCCESS);
82 trace_SQLGetDescRec(int trace_leave, int retcode, SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLCHAR * Name, SQLSMALLINT BufferLength, SQLSMALLINT * StringLengthPtr, SQLSMALLINT * TypePtr, SQLSMALLINT * SubTypePtr, SQLLEN * LengthPtr, SQLSMALLINT * PrecisionPtr, SQLSMALLINT * ScalePtr, SQLSMALLINT * NullablePtr) argument
114 trace_SQLGetDescRecW(int trace_leave, int retcode, SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLWCHAR * Name, SQLSMALLINT BufferLength, SQLSMALLINT * StringLengthPtr, SQLSMALLINT * TypePtr, SQLSMALLINT * SubTypePtr, SQLLEN * LengthPtr, SQLSMALLINT * PrecisionPtr, SQLSMALLINT * ScalePtr, SQLSMALLINT * NullablePtr) argument
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dreader.py25 if reader.Name() != "a" or reader.IsEmptyElement() != 0 or \
33 if reader.Name() != "b" or reader.IsEmptyElement() != 1 or \
41 if reader.Name() != "c" or reader.IsEmptyElement() != 0 or \
49 if reader.Name() != "#text" or reader.IsEmptyElement() != 0 or \
58 if reader.Name() != "c" or reader.IsEmptyElement() != 0 or \
66 if reader.Name() != "a" or reader.IsEmptyElement() != 0 or \
106 if reader.Name() == "ref":
135 if reader.Name() != "xmlns":
144 if reader.Name() != "xmlns:a":
153 if reader.Name() !
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCContext.cpp70 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) { argument
71 assert(!Name.empty() && "Normal symbols cannot be unnamed!");
75 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
81 Sym = CreateSymbol(Name);
86 MCSymbol *MCContext::CreateSymbol(StringRef Name) { argument
90 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
92 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name);
95 SmallString<128> NewName = Name;
97 NewName.resize(Name.size());
111 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) { argument
181 SmallString<64> Name; local
[all...]
/macosx-10.10/vim-55/src/VisVim/
H A DOleAut.h10 DISPID GetDispatchId (char* Name);
11 bool GetProperty (char* Name);
13 bool PutProperty (char* Name, LPCTSTR Format, ...);
15 bool Method (char* Name, LPCTSTR Format = NULL, ...);
42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList);
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DColorSpaceData.mm37 Name,
47 encoder.encodeEnum(Name);
75 case Name: {

Completed in 165 milliseconds

1234567891011>>