Searched defs:Name (Results 401 - 425 of 447) sorted by relevance

<<1112131415161718

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp646 SmallString<256> Name; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp245 StringRef Name = RD->getIdentifier()->getName(); local
658 llvm::DIType CGDebugInfo::getOrCreateStructPtrType(StringRef Name, argument
1201 StringRef Name; local
2299 CreateMemberType(llvm::DIFile Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
2431 StringRef Name; local
2735 StringRef Name = VD->getName(); local
3136 StringRef Name = ID->getName(); local
3160 StringRef Name = VD->getName(); local
[all...]
H A DCGExpr.cpp53 CreateTempAlloca(llvm::Type *Ty, const Twine &Name) argument
67 CreateIRTemp(QualType Ty, const Twine &Name) argument
76 CreateMemTemp(QualType Ty, const Twine &Name) argument
731 EmitUnsupportedRValue(const Expr *E, const char *Name) argument
737 EmitUnsupportedLValue(const Expr *E, const char *Name) argument
[all...]
H A DCGObjCGNU.cpp171 MakeConstantString(const std::string &Str, const std::string &Name=�) argument
194 MakeGlobal(llvm::StructType *Ty, ArrayRef<llvm::Constant *> V, StringRef Name=�, llvm::GlobalValue::LinkageTypes linkage =llvm::GlobalValue::InternalLinkage) argument
206 MakeGlobal(llvm::ArrayType *Ty, ArrayRef<llvm::Constant *> V, StringRef Name=�, llvm::GlobalValue::LinkageTypes linkage =llvm::GlobalValue::InternalLinkage) argument
217 MakeGlobalArray(llvm::Type *Ty, ArrayRef<llvm::Constant *> V, StringRef Name=�, llvm::GlobalValue::LinkageTypes linkage =llvm::GlobalValue::InternalLinkage) argument
577 GetClassGlobal(const std::string &Name) argument
847 GetClassNamed(CodeGenFunction &CGF, const std::string &Name, bool isWeak) argument
1034 GetClassNamed(CodeGenFunction &CGF, const std::string &Name, bool isWeak) argument
1582 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
2335 const std::string Name = "__objc_ivar_offset_" + ClassName + '.' local
2780 const std::string Name = "__objc_ivar_offset_" + ID->getNameAsString() local
[all...]
H A DCGObjCMac.cpp1270 virtual llvm::GlobalVariable *GetClassGlobal(const std::string &Name) { argument
2742 EmitProtocolList(Twine Name, ObjCProtocolDecl::protocol_iterator begin, ObjCProtocolDecl::protocol_iterator end) argument
2808 EmitPropertyList(Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, const ObjCCommonTypesHelper &ObjCTypes) argument
2863 EmitProtocolMethodTypes(Twine Name, ArrayRef<llvm::Constant*> MethodTypes, const ObjCCommonTypesHelper &ObjCTypes) argument
2903 EmitMethodDescList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3223 std::string Name = "\\01L_OBJC_METACLASS_" + ID->getNameAsString(); local
3249 std::string Name = "\\01L_OBJC_CLASS_" + ID->getNameAsString(); local
3387 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3408 SmallString<256> Name; local
3425 CreateMetadataVar(Twine Name, llvm::Constant *Init, const char *Section, unsigned Align, bool AddToUsed) argument
4970 GetNameForMethod(const ObjCMethodDecl *D, const ObjCContainerDecl *CD, SmallVectorImpl<char> &Name) argument
6090 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
6123 std::string Name = "OBJC_IVAR_$_" + Container->getNameAsString() + local
6402 EmitProtocolList(Twine Name, ObjCProtocolDecl::protocol_iterator begin, ObjCProtocolDecl::protocol_iterator end) argument
6655 GetClassGlobal(const std::string &Name) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1784 getObjCMessageKind(Scope *S, IdentifierInfo *Name, SourceLocation NameLoc, bool IsSuper, bool HasTrailingDot, ParsedType &ReceiverType) argument
H A DSemaLookup.cpp606 static bool isImplicitlyDeclaredMemberFunctionName(DeclarationName Name) { argument
889 DeclarationName Name = R.getLookupName(); local
624 DeclareImplicitMemberFunctionsWithName(Sema &S, DeclarationName Name, const DeclContext *DC) argument
1325 DeclarationName Name = R.getLookupName(); local
1546 LookupAnyMember(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *Name) argument
1851 DeclarationName Name = Result.getLookupName(); local
2371 LookupSingleName(Scope *S, DeclarationName Name, SourceLocation Loc, LookupNameKind NameKind, RedeclarationKind Redecl) argument
2483 DeclarationName Name; local
2670 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T); local
2880 ArgumentDependentLookup(DeclarationName Name, bool Operator, SourceLocation Loc, ArrayRef<Expr *> Args, ADLResult &Result) argument
3432 operator [](StringRef Name) argument
3474 FoundName(StringRef Name) argument
3486 addName(StringRef Name, NamedDecl *ND, NestedNameSpecifier *NNS, bool isKeyword) argument
3506 StringRef Name = Correction.getCorrectionAsIdentifierInfo()->getName(); local
3726 IdentifierInfo *Name = ND->getIdentifier(); local
3767 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup, bool FindHidden) argument
4196 StringRef Name = Iter->Next(); local
4296 IdentifierInfo *Name = Candidate.getCorrectionAsIdentifierInfo(); variable
[all...]
H A DSemaStmt.cpp1797 BuildForRangeVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, const char *Name) argument
3177 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name, Stmt *Nested) argument
H A DSemaType.cpp1976 const char *Name; member in struct:Qual
2520 DeclarationName Name; local
[all...]
H A DSemaCodeComplete.cpp519 const char *Name = Id->getNameStart(); local
2447 DeclarationName Name = ND->getDeclName(); local
6231 InheritsFromClassNamed(ObjCInterfaceDecl *Class, StringRef Name) argument
[all...]
H A DSemaDeclAttr.cpp267 std::string Name = std::string("'") + AttrName.str() + std::string("'"); local
3502 IdentifierInfo *Name = Attr.getArgAsIdent(0)->Ident; local
2814 mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name, unsigned AttrSpellingListIndex) argument
5235 DeclarationName Name = D->getDeclName(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp81 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name, argument
2198 DeclarationName Name = D->getDeclName(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp973 static void PreprocessInstruction(const StringRef &Name, argument
1102 static void NormalizeProtoForRegisterPatternCreation(const std::string &Name, argument
1187 GenerateRegisterCheckPattern(const std::string &Name, const std::string &Proto, const std::string &OutTypeCode, const bool &HasNPostfix, const bool &IsQuad, const bool &HasLanePostfix, const bool &HasDupPostfix, const size_t &TBNumber, std::string &RegisterSuffix) argument
1267 GenerateChecksForIntrinsic(const std::string &Name, const std::string &Proto, StringRef &OutTypeStr, StringRef &InTypeStr, ClassKind Ck, const std::string &InstName, bool IsHiddenLOp, std::vector<std::string>& Result) argument
3208 std::string Name = R->getValueAsString("Name"); local
[all...]
/freebsd-9.3-release/sys/boot/efi/include/i386/
H A Dpe.h234 UINT8 Name[IMAGE_SIZEOF_SHORT_NAME]; member in struct:_IMAGE_SECTION_HEADER
530 UINT8 Name[16]; // File member name - `/' terminated. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
554 UINT32 Name; member in struct:_IMAGE_EXPORT_DIRECTORY
569 UINT8 Name[1]; member in struct:_IMAGE_IMPORT_BY_NAME
588 UINT32 Name; member in struct:_IMAGE_IMPORT_DESCRIPTOR
/freebsd-9.3-release/sys/boot/efi/include/ia64/
H A Dpe.h240 UINT8 Name[IMAGE_SIZEOF_SHORT_NAME]; member in struct:_IMAGE_SECTION_HEADER
536 UINT8 Name[16]; // File member name - `/' terminated. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
560 UINT32 Name; member in struct:_IMAGE_EXPORT_DIRECTORY
575 UINT8 Name[1]; member in struct:_IMAGE_IMPORT_BY_NAME
594 UINT32 Name; member in struct:_IMAGE_IMPORT_DESCRIPTOR
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dactypes.h895 char *Name; member in struct:acpi_predefined_names
1099 UINT32 Name; /* ACPI object Name */ member in struct:acpi_device_info
[all...]
/freebsd-9.3-release/sys/dev/hptmv/
H A Dhptintf.h349 UCHAR Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO
386 UCHAR Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V2
565 UCHAR Name[MAX_ARRAYNAME_LEN]; /* array name */ member in struct:_ALTERABLE_ARRAY_INFO
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.c1366 char *Name; local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp84 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name, argument
89 unsigned LLVMGetMDKindID(const char* Name, unsigned SLen) { argument
369 LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, const char *Name) argument
407 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name) { argument
469 void LLVMSetValueName(LLVMValueRef Val, const char *Name) { argument
1286 LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name) argument
1291 LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name, unsigned AddressSpace) argument
1299 LLVMGetNamedGlobal(LLVMModuleRef M, const char *Name) argument
1416 LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, const char *Name) argument
1424 LLVMAddFunction(LLVMModuleRef M, const char *Name, LLVMTypeRef FunctionTy) argument
1430 LLVMGetNamedFunction(LLVMModuleRef M, const char *Name) argument
1690 LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef FnRef, const char *Name) argument
1696 LLVMAppendBasicBlock(LLVMValueRef FnRef, const char *Name) argument
1700 LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BBRef, const char *Name) argument
1707 LLVMInsertBasicBlock(LLVMBasicBlockRef BBRef, const char *Name) argument
1913 LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, const char *Name) argument
1915 unwrap(Builder)->Insert(unwrap<Instruction>(Instr), Name); local
1973 LLVMBuildInvoke(LLVMBuilderRef B, LLVMValueRef Fn, LLVMValueRef *Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, const char *Name) argument
1982 LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned NumClauses, const char *Name) argument
2018 LLVMBuildAdd(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2023 LLVMBuildNSWAdd(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2028 LLVMBuildNUWAdd(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2033 LLVMBuildFAdd(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2038 LLVMBuildSub(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2043 LLVMBuildNSWSub(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2048 LLVMBuildNUWSub(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2053 LLVMBuildFSub(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2058 LLVMBuildMul(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2063 LLVMBuildNSWMul(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2068 LLVMBuildNUWMul(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2073 LLVMBuildFMul(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2078 LLVMBuildUDiv(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2083 LLVMBuildSDiv(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2088 LLVMBuildExactSDiv(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2093 LLVMBuildFDiv(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2098 LLVMBuildURem(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2103 LLVMBuildSRem(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2108 LLVMBuildFRem(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2113 LLVMBuildShl(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2118 LLVMBuildLShr(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2123 LLVMBuildAShr(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2128 LLVMBuildAnd(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2133 LLVMBuildOr(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2138 LLVMBuildXor(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2143 LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2150 LLVMBuildNeg(LLVMBuilderRef B, LLVMValueRef V, const char *Name) argument
2154 LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, const char *Name) argument
2159 LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, const char *Name) argument
2164 LLVMBuildFNeg(LLVMBuilderRef B, LLVMValueRef V, const char *Name) argument
2168 LLVMBuildNot(LLVMBuilderRef B, LLVMValueRef V, const char *Name) argument
2174 LLVMBuildMalloc(LLVMBuilderRef B, LLVMTypeRef Ty, const char *Name) argument
2185 LLVMBuildArrayMalloc(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Val, const char *Name) argument
2196 LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, const char *Name) argument
2201 LLVMBuildArrayAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Val, const char *Name) argument
2212 LLVMBuildLoad(LLVMBuilderRef B, LLVMValueRef PointerVal, const char *Name) argument
2222 LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
2229 LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
2236 LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned Idx, const char *Name) argument
2241 LLVMBuildGlobalString(LLVMBuilderRef B, const char *Str, const char *Name) argument
2246 LLVMBuildGlobalStringPtr(LLVMBuilderRef B, const char *Str, const char *Name) argument
2267 LLVMBuildTrunc(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2272 LLVMBuildZExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2277 LLVMBuildSExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2282 LLVMBuildFPToUI(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2287 LLVMBuildFPToSI(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2292 LLVMBuildUIToFP(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2297 LLVMBuildSIToFP(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2302 LLVMBuildFPTrunc(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2307 LLVMBuildFPExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2312 LLVMBuildPtrToInt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2317 LLVMBuildIntToPtr(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2322 LLVMBuildBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2327 LLVMBuildAddrSpaceCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2332 LLVMBuildZExtOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2338 LLVMBuildSExtOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2344 LLVMBuildTruncOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2350 LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2356 LLVMBuildPointerCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2361 LLVMBuildIntCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2367 LLVMBuildFPCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2374 LLVMBuildICmp(LLVMBuilderRef B, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2381 LLVMBuildFCmp(LLVMBuilderRef B, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
2390 LLVMBuildPhi(LLVMBuilderRef B, LLVMTypeRef Ty, const char *Name) argument
2394 LLVMBuildCall(LLVMBuilderRef B, LLVMValueRef Fn, LLVMValueRef *Args, unsigned NumArgs, const char *Name) argument
2402 LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, const char *Name) argument
2409 LLVMBuildVAArg(LLVMBuilderRef B, LLVMValueRef List, LLVMTypeRef Ty, const char *Name) argument
2414 LLVMBuildExtractElement(LLVMBuilderRef B, LLVMValueRef VecVal, LLVMValueRef Index, const char *Name) argument
2420 LLVMBuildInsertElement(LLVMBuilderRef B, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, const char *Name) argument
2427 LLVMBuildShuffleVector(LLVMBuilderRef B, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, const char *Name) argument
2434 LLVMBuildExtractValue(LLVMBuilderRef B, LLVMValueRef AggVal, unsigned Index, const char *Name) argument
2439 LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned Index, const char *Name) argument
2446 LLVMBuildIsNull(LLVMBuilderRef B, LLVMValueRef Val, const char *Name) argument
2451 LLVMBuildIsNotNull(LLVMBuilderRef B, LLVMValueRef Val, const char *Name) argument
2456 LLVMBuildPtrDiff(LLVMBuilderRef B, LLVMValueRef LHS, LLVMValueRef RHS, const char *Name) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp61 StringRef Name; member in struct:__anon2262::MCAsmMacro
1954 lookupMacro(StringRef Name) argument
1959 defineMacro(StringRef Name, const MCAsmMacro &Macro) argument
1963 undefineMacro(StringRef Name) argument
2050 parseAssignment(StringRef Name, bool allow_redef, bool NoDeadStrip) argument
2155 StringRef Name; local
2668 StringRef Name; local
2737 StringRef Name; local
2952 StringRef Name; local
3063 StringRef Name; local
3145 checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body, MCAsmMacroParameters Parameters) argument
3256 StringRef Name; local
3397 StringRef Name; local
3431 StringRef Name; local
3651 StringRef Name; local
3891 StringRef Name; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2849 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { argument
3638 std::string Name = Mask.lower(); local
5013 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, SmallVectorImpl<MCParsedAsmOperand*> &Operands) argument
7969 parseDirectiveReq(StringRef Name, SMLoc L) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp786 MDNode *createHint(LLVMContext &Context, StringRef Name, unsigned V) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1800 OffsetOfNode(SourceLocation DotLoc, IdentifierInfo *Name, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1539 UnqualifiedId Name; member in class:clang::Declarator
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1142 std::string Name = PDecl->getNameAsString(); local
3111 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); local
3309 RewriteByRefString(std::string &ResultStr, const std::string &Name, ValueDecl *VD, bool def) argument
3372 std::string Name = (*I)->getNameAsString(); local
3401 std::string Name = (*I)->getNameAsString(); local
3531 std::string Name = (*I)->getNameAsString(); local
3546 std::string Name = (*I)->getNameAsString(); local
3704 BuildUniqueMethodName(std::string &Name, ObjCMethodDecl *MD) argument
3942 StringRef Name = VD->getName(); local
4096 GetExtentOfArgList(const char *Name, const char *&LParen, const char *&RParen) argument
[all...]

Completed in 373 milliseconds

<<1112131415161718