| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGCUDARuntime.h | 46 // Global variable properties that must be passed to CUDA runtime. 50 Variable, // Variable 58 unsigned Constant : 1; // Constant variable. 59 unsigned Managed : 1; // Managed variable. 86 /// Check whether a variable is a device variable and register it if true. 94 /// Returns function or variable name on device side even if the current
|
| CGCUDARuntime.h | 46 // Global variable properties that must be passed to CUDA runtime. 50 Variable, // Variable 58 unsigned Constant : 1; // Constant variable. 59 unsigned Managed : 1; // Managed variable. 86 /// Check whether a variable is a device variable and register it if true. 94 /// Returns function or variable name on device side even if the current
|
| CGObjCRuntime.cpp | 120 const VarDecl *Variable; 172 Handler.Variable = CatchDecl; 249 bool EndCatchMightThrow = (Handler.Variable == nullptr); 257 if (const VarDecl *CatchParam = Handler.Variable) {
|
| CGObjCRuntime.cpp | 120 const VarDecl *Variable; 172 Handler.Variable = CatchDecl; 249 bool EndCatchMightThrow = (Handler.Variable == nullptr); 257 if (const VarDecl *CatchParam = Handler.Variable) {
|
| CGStmt.cpp | 66 // local variable map) which could be used by subsequent statements. 807 // scope of the variable that is declared extends from its point 978 // Create a cleanup scope for the condition variable cleanups. 982 // the continue block. Otherwise, if there is no condition variable, we can 983 // form the continue block now. If there is a condition variable, we can't 986 // ensure that there are no continues from the condition variable that jump 996 // If the for statement has a condition scope, emit the local variable 1001 // We have entered the condition variable's scope, so we're now able to 1098 // The loop body, consisting of the specified body and the loop variable. 1126 // Create a separate cleanup scope for the loop variable and body [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| MCInstrDescView.h | 12 /// Arguments that are explicit and independant (non tied) also have a Variable 35 // A variable represents the value associated to an Operand or a set of Operands 37 struct Variable { 38 // Returns the index of this Variable inside Instruction's Variable. 41 // Returns the index of the Operand linked to this Variable. 44 // Returns whether this Variable has more than one Operand linked to it. 47 // The indices of the operands tied to this Variable. 50 // The index of this Variable in Instruction.Variables and its associated 64 // - VariableIndex: the index of the Variable holding the value for this Operan [all...] |
| MCInstrDescView.h | 12 /// Arguments that are explicit and independant (non tied) also have a Variable 35 // A variable represents the value associated to an Operand or a set of Operands 37 struct Variable { 38 // Returns the index of this Variable inside Instruction's Variable. 41 // Returns the index of the Operand linked to this Variable. 44 // Returns whether this Variable has more than one Operand linked to it. 47 // The indices of the operands tied to this Variable. 50 // The index of this Variable in Instruction.Variables and its associated 64 // - VariableIndex: the index of the Variable holding the value for this Operan [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| CloneDetection.h | 353 /// Describes an occurrence of a variable reference in a statement. 357 /// The statement in the code where the variable was referenced. 370 /// Adds a new variable referenced to this pattern. 371 /// \param VarDecl The declaration of the variable that is referenced. 372 /// \param Mention The SourceRange where this variable is referenced. 375 /// Adds each referenced variable from the given statement. 392 /// The variable which referencing in this clone was against the pattern. 393 const VarDecl *Variable; 394 /// Where the variable was referenced. 396 /// The variable that should have been referenced to follow the pattern [all...] |
| CloneDetection.h | 353 /// Describes an occurrence of a variable reference in a statement. 357 /// The statement in the code where the variable was referenced. 370 /// Adds a new variable referenced to this pattern. 371 /// \param VarDecl The declaration of the variable that is referenced. 372 /// \param Mention The SourceRange where this variable is referenced. 375 /// Adds each referenced variable from the given statement. 392 /// The variable which referencing in this clone was against the pattern. 393 const VarDecl *Variable; 394 /// Where the variable was referenced. 396 /// The variable that should have been referenced to follow the pattern [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaStmtAsm.cpp | 196 // Handle cases where the expression is a variable 197 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); 198 if (Variable && Variable->getStorageClass() == SC_Register) { 199 if (AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>())
|
| SemaStmtAsm.cpp | 196 // Handle cases where the expression is a variable 197 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); 198 if (Variable && Variable->getStorageClass() == SC_Register) { 199 if (AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>())
|
| AnalysisBasedWarnings.cpp | 811 /// uninitialized use of a variable. 988 /// uninitialized variable. This manages the different forms of diagnostic 996 // Inspect the initializer of the variable declaration which is 1032 // Report where the variable was declared when the use wasn't within 1386 // loop if the base object is a local variable -- local variables are often 1469 Variable, 1477 ObjectKind = Variable; 1575 // variable, but the root cause is an idiomatic self-init. We want 1599 // Skip further diagnostics for this variable. We try to warn only 1600 // on the first point at which a variable is used uninitialized [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| IndexSymbol.h | 40 Variable,
|
| IndexSymbol.h | 40 Variable,
|
| /src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| FileCheckImpl.h | 213 /// Class to represent an undefined variable error, which quotes that 214 /// variable's name when printed. 230 /// Print name of variable associated with this error. 232 OS << "undefined variable: " << VarName; 258 /// Class representing a numeric variable and its associated current value. 261 /// Name of the numeric variable. 264 /// Format to use for expressions using this variable without an explicit 268 /// Value of numeric variable, if defined, or None otherwise. 275 /// Line number where this variable is defined, or None if defined before 276 /// input is parsed. Used to determine whether a variable is defined on th [all...] |
| FileCheckImpl.h | 213 /// Class to represent an undefined variable error, which quotes that 214 /// variable's name when printed. 230 /// Print name of variable associated with this error. 232 OS << "undefined variable: " << VarName; 258 /// Class representing a numeric variable and its associated current value. 261 /// Name of the numeric variable. 264 /// Format to use for expressions using this variable without an explicit 268 /// Value of numeric variable, if defined, or None otherwise. 275 /// Line number where this variable is defined, or None if defined before 276 /// input is parsed. Used to determine whether a variable is defined on th [all...] |
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| NeonEmitter.cpp | 286 // Variable 289 /// A variable is a simple class that just has a type and a name. 290 class Variable { 295 Variable() : T(Type::getVoid()), N("") {} 296 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} 338 std::map<std::string, Variable> Variables; 349 /// The return variable. 350 Variable RetVar; 351 /// A postfix to apply to every variable. Defaults to "". 507 void emitReverseVariable(Variable &Dest, Variable &Src) [all...] |
| NeonEmitter.cpp | 286 // Variable 289 /// A variable is a simple class that just has a type and a name. 290 class Variable { 295 Variable() : T(Type::getVoid()), N("") {} 296 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} 338 std::map<std::string, Variable> Variables; 349 /// The return variable. 350 Variable RetVar; 351 /// A postfix to apply to every variable. Defaults to "". 507 void emitReverseVariable(Variable &Dest, Variable &Src) [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
| toy.cpp | 147 /// VariableExprAST - Expression class for referencing a variable, like "a". 307 if (CurTok != '(') // Simple variable ref. 573 // Look this variable up in the function. 576 return LogErrorV("Unknown variable name"); 679 // variable = phi [start, loopheader], [nextvariable, loopend] 685 // nextvariable = variable + step 690 // Emit the start code first, without 'variable' in scope. 708 PHINode *Variable = 710 Variable->addIncoming(StartVal, PreheaderBB); 712 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
| toy.cpp | 147 /// VariableExprAST - Expression class for referencing a variable, like "a". 307 if (CurTok != '(') // Simple variable ref. 573 // Look this variable up in the function. 576 return LogErrorV("Unknown variable name"); 679 // variable = phi [start, loopheader], [nextvariable, loopend] 685 // nextvariable = variable + step 690 // Emit the start code first, without 'variable' in scope. 708 PHINode *Variable = 710 Variable->addIncoming(StartVal, PreheaderBB); 712 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
| toy.cpp | 155 /// VariableExprAST - Expression class for referencing a variable, like "a". 341 if (CurTok != '(') // Simple variable ref. 665 // Look this variable up in the function. 668 return LogErrorV("Unknown variable name"); 791 // variable = phi [start, loopheader], [nextvariable, loopend] 797 // nextvariable = variable + step 802 // Emit the start code first, without 'variable' in scope. 820 PHINode *Variable = 822 Variable->addIncoming(StartVal, PreheaderBB); 824 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
| toy.cpp | 155 /// VariableExprAST - Expression class for referencing a variable, like "a". 341 if (CurTok != '(') // Simple variable ref. 665 // Look this variable up in the function. 668 return LogErrorV("Unknown variable name"); 791 // variable = phi [start, loopheader], [nextvariable, loopend] 797 // nextvariable = variable + step 802 // Emit the start code first, without 'variable' in scope. 820 PHINode *Variable = 822 Variable->addIncoming(StartVal, PreheaderBB); 824 // Within the loop, the variable is defined equal to the PHI node. If i [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyTIL.h | 343 /// A named variable, e.g. "x". 345 /// There are two distinct places in which a Variable can appear in the AST. 346 /// A variable declaration introduces a new variable, and can occur in 3 places: 351 /// If a variable occurs in any other location, it is a reference to an existing 352 /// variable declaration -- e.g. 'x' in (x * y + z). To save space, we don't 353 /// allocate a separate AST node for variable references; a reference is just a 355 class Variable : public SExpr { 358 /// Let-variable 368 Variable(StringRef s, SExpr *D = nullptr [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Initialization.h | 52 /// The entity being initialized is a variable. 108 /// variable in a lambda. 173 /// The name of the variable being captured by an EK_LambdaCapture. 182 /// EK_TemplateParameter, the variable, binding, or template parameter. 183 VD Variable; 214 /// Create the initialization entity for a variable. 216 : Kind(EK), Type(Var->getType()), Variable{Var, false, false} {} 233 Variable{Member, Implicit, DefaultMemberInit} {} 248 /// Create the initialization entity for a variable. 295 Entity.Variable = {Param, false, false} [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| MicrosoftDemangleNodes.h | 378 VariableSymbolNode *Variable = nullptr;
|