Searched defs:Var (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfoLoader.cpp26 static inline unsigned ByteSwap(unsigned Var, bool Really) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp129 DeclRefExpr *Var = cast<DeclRefExpr>(BuildDeclRefExpr(VD, local
H A DSemaLambda.cpp600 VarDecl *Var = R.getAsSingle<VarDecl>(); local
847 VarDecl *Var = From.getVariable(); local
[all...]
H A DSemaAccess.cpp1652 const VarDecl *Var = Entity.getCapturedVar(); local
H A DSemaTemplateInstantiate.cpp980 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator, local
990 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T); local
[all...]
H A DSemaTemplateInstantiateDecl.cpp337 VarDecl *Var = VarDecl::Create(SemaRef.Context, Owner, local
2264 Expr *Var = SemaRef.SubstExpr(*I, TemplateArgs).take(); local
3021 InstantiateStaticDataMemberDefinition( SourceLocation PointOfInstantiation, VarDecl *Var, bool Recursive, bool DefinitionRequired) argument
3071 VarDecl *Var; member in struct:PassToConsumerRAII
3073 PassToConsumerRAII(ASTConsumer &Consumer, VarDecl *Var) argument
3743 VarDecl *Var = cast<VarDecl>(Inst.first); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp45 VarDecl *Var; member in class:__anon2933::RootBlockObjCVarRewriter::BlockVarChecker
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetMachine.cpp107 static TLSModel::Model getSelectedTLSModel(const GlobalVariable *Var) { argument
129 const GlobalVariable *Var = cast<GlobalVariable>(GV); local
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.h119 IterRecord(VarInit *Var, Init *Val) : IterVar(Var), IterValue(Val) {} argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp490 const MDNode *Var = VI->first; local
H A DLiveDebugVariables.cpp154 bool match(const MDNode *Var, unsigned Offset) const { argument
416 UserValue *LDVImpl::getUserValue(const MDNode *Var, unsigned Offset, argument
455 const MDNode *Var = MI->getOperand(2).getMetadata(); local
/freebsd-10.0-release/usr.bin/ministat/
H A Dministat.c199 Var(struct dataset *ds) function
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp495 transform(Instruction *CntInst, PHINode *CntPhi, Value *Var) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h365 Capture(VarDecl *Var, bool block, bool byRef, bool isNested, argument
429 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
456 Capture &getCapture(VarDecl *Var) { argument
[all...]
H A DInitialization.h109 VarDecl *Var; member in struct:clang::InitializedEntity::C
146 InitializedEntity(VarDecl *Var) argument
171 InitializedEntity(VarDecl *Var, FieldDecl *Field, SourceLocation Loc) argument
180 static InitializedEntity InitializeVariable(VarDecl *Var) { argument
288 static InitializedEntity InitializeLambdaCapture(VarDecl *Var, argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp371 FindVarResult Var = findVar(E, DC); local
673 FindVarResult Var = findVar(BO->getLHS()); local
/freebsd-10.0-release/usr.bin/make/
H A Dvar.c116 typedef struct Var { struct
130 } Var; typedef in typeref:struct:Var
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dvar.c198 typedef struct Var { struct
217 } Var; typedef in typeref:struct:Var
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h126 DIVariable Var; // Variable Descriptor. member in class:llvm::DbgVariable
[all...]
H A DDwarfDebug.cpp1088 DIVariable Var = cleanseInlinedVariable(DV, Ctx); local
1104 addCurrentFnArgument(const MachineFunction *MF, DbgVariable *Var, LexicalScope *Scope) argument
1133 const MDNode *Var = VI->first; local
1169 const MDNode *Var = MI->getOperand(MI->getNumOperands() - 1).getMetadata(); local
1207 const MDNode *Var = *UVI; local
1479 const MDNode *Var = local
1551 const MDNode *Var = LiveUserVar[Reg]; local
1626 addScopeVariable(LexicalScope *LS, DbgVariable *Var) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp811 Capture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind, VarDecl *Var, SourceLocation EllipsisLoc) argument
H A DStmt.cpp905 SwitchStmt::SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond) argument
938 WhileStmt::WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, argument
H A DDecl.cpp549 const VarDecl *Var = dyn_cast<VarDecl>(D); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp415 const VarDecl &Var; member in struct:__anon3045::ExtendGCLifetime
431 const VarDecl &Var; member in struct:__anon3045::CallCleanupFunction
433 CallCleanupFunction(llvm::Constant *CleanupFn, const CGFunctionInfo *Info, const VarDecl *Var) argument
[all...]
H A DItaniumCXXABI.cpp1310 llvm::GlobalVariable *Var = Decls[I].second; local
1279 getOrCreateThreadLocalWrapper(const VarDecl *VD, llvm::GlobalVariable *Var) argument
[all...]

Completed in 349 milliseconds

12