/external/clang/test/CodeGen/ |
H A D | 2002-02-18-64bitConstant.c | 8 long long Var = 123455678902ll; local 9 printf("%lld\n", Var);
|
/external/compiler-rt/test/tsan/ |
H A D | stack_race.cc | 12 int Var = 42; local 14 pthread_create(&t, 0, Thread, &Var); 15 Var = 43;
|
H A D | stack_race2.cc | 11 int Var = 42; local 13 pthread_create(&t, 0, Thread2, &Var); 14 Var = 42;
|
H A D | tls_race.cc | 12 static __thread int Var = 42; local 14 pthread_create(&t, 0, Thread, &Var); 15 Var = 43;
|
H A D | tls_race2.cc | 11 static __thread int Var = 42; local 13 pthread_create(&t, 0, Thread2, &Var); 14 Var = 42;
|
/external/elfutils/libelf/ |
H A D | common.h | 138 #define CONVERT(Var) \ 139 (Var) = (sizeof (Var) == 1 \ 140 ? (unsigned char) (Var) \ 141 : (sizeof (Var) == 2 \ 142 ? bswap_16 (Var) \ 143 : (sizeof (Var) == 4 \ 144 ? bswap_32 (Var) \ 145 : bswap_64 (Var)))) 147 #define CONVERT_TO(Dst, Var) \ [all...] |
/external/v8/src/ |
H A D | effects.h | 76 template<class Var, class Base, class Effects> 81 Effect Lookup(Var var) { 87 Bounds LookupBounds(Var var) { 94 void Seq(Var var, Effect effect) { 108 void Alt(Var var, Effect effect) { 136 void Call(Var var, Effect effect) { self.Seq(var, effect); } 142 void Call(Var var, Effect effect) { self.Alt(var, effect); } 148 void Call(Var var, Effect effect) { 161 void Call(Var var, Effect effect) { effects.Seq(var, new_effect); } 168 template<class Var, Va [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 46 MDNode *Var; member in class:llvm::SDDbgValue 57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, argument 59 : Var(Var), Expr(Expr), Offset(off), DL(dl), Order(O), IsIndirect(indir) { 66 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off, argument 68 : Var(Var), Expr(Expr), Offset(off), DL(dl), Order(O), IsIndirect(false) { 74 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, argument 76 : Var(Var), Exp [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgValueHistoryCalculator.h | 43 void startInstrRange(InlinedVariable Var, const MachineInstr &MI); 44 void endInstrRange(InlinedVariable Var, const MachineInstr &MI); 45 // Returns register currently describing @Var. If @Var is currently 47 unsigned getRegisterForVar(InlinedVariable Var) const;
|
H A D | DbgValueHistoryCalculator.cpp | 36 void DbgValueHistoryMap::startInstrRange(InlinedVariable Var, argument 41 auto &Ranges = VarInstrRanges[Var]; 51 void DbgValueHistoryMap::endInstrRange(InlinedVariable Var, argument 53 auto &Ranges = VarInstrRanges[Var]; 62 unsigned DbgValueHistoryMap::getRegisterForVar(InlinedVariable Var) const { 63 const auto &I = VarInstrRanges.find(Var); 78 // \brief Claim that @Var is not described by @RegNo anymore. 80 InlinedVariable Var) { 84 const auto &VarPos = std::find(VarSet.begin(), VarSet.end(), Var); 92 // \brief Claim that @Var i 79 dropRegDescribedVar(RegDescribedVarsMap &RegVars, unsigned RegNo, InlinedVariable Var) argument 93 addRegDescribedVar(RegDescribedVarsMap &RegVars, unsigned RegNo, InlinedVariable Var) argument [all...] |
/external/libunwind/doc/ |
H A D | unw_flush_cache.tex | 15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\ 20 relates to address-range \Var{lo} to \Var{hi} (non-inclusive) in the 21 target address-space \Var{as}. In addition, all info cached for 22 address-space \Var{as} that is not tied to a particular code-range is 26 \Var{lo} and \Var{hi} should be understood as a hint: 31 As a special case, if arguments \Var{l [all...] |
H A D | unw_create_addr_space.tex | 15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\ 21 passed via the \Var{ap} pointer and the specified \Var{byteorder}. 23 \Var{byteorder} can be set to 0 to request the default byte-order of 25 \Var{byteorder} can be set to any constant defined by 35 routines are specified via the \Var{ap} argument, which points to a 42 identifier (\Var{as}) and the last argument is an arbitrary, 43 application-specified void-pointer (\Var{arg}). When invoking a 44 call-back routine, \Prog{libunwind} sets the \Var{a [all...] |
H A D | unw_init_remote.tex | 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\ 20 pointed to by \Var{c} for unwinding in the address space identified by 21 \Var{as}. The \Var{as} argument can either be set to 22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary 25 The \Var{arg} void-pointer tells the address space exactly what entity 26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is 27 passed in \Var{a [all...] |
H A D | unw_backtrace.tex | 15 \Type{int} \Func{unw\_backtrace}(\Type{void~**}\Var{buffer}, \Type{int}~\Var{size});\\ 19 \Type{int} \Func{backtrace}(\Type{void~**}\Var{buffer}, \Type{int}~\Var{size});\\ 24 the calling program. The routine fills up to \Var{size} addresses in the array 25 pointed by \Var{buffer}. The routine is only available for local unwinding. 38 \Var{buffer}. The return value may be zero to indicate that no addresses were
|
H A D | unw_strerror.tex | 15 \Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\ 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code} 24 The message that corresponds to \Var{err\_code} or, if the 25 \Var{err\_code} has no corresponding message, the text "invalid error
|
H A D | unw_get_proc_info_by_ip.tex | 15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\ 28 The routine expects the followins arguments: \Var{as} is the 31 \Var{unw\_local\_addr\_space} can be passed for this argument. 32 Argument \Var{ip} is the instruction-pointer for which the procedure 33 info should be looked up and \Var{pip} is a pointer to a structure of 35 Lastly, \Var{arg} is the address-space argument that should be used 39 \Var{un [all...] |
H A D | unw_get_proc_name.tex | 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\ 21 \Var{cp}. The \Var{bufp} argument is a pointer to a character buffer 22 that is at least \Var{len} bytes long. This buffer is used to return 23 the name of the procedure. The \Var{offp} argument is a pointer to a 25 saved in the stack frame identified by \Var{cp}, relative to the start 29 return a value of 0x80 in the word pointed to by \Var{off [all...] |
H A D | unw_get_proc_info.tex | 15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\ 21 identified by argument \Var{cp}. The \Var{pip} argument is a pointer 26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first 28 (e.g., due to lack of unwind information), the \Var{start\_ip} 30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first 33 the \Var{end\_ip} member is cleared to 0. \\ 34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the 38 \item[\Type{unw\_word\_t} \Var{handle [all...] |
H A D | unw_destroy_addr_space.tex | 15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\ 20 address space specified by argument \Var{as} and thereby releases 24 \Var{unw\_local\_addr\_space}. Attempting to do so results in
|
H A D | unw_regname.tex | 15 \Type{const char~*}\Func{unw\_regname}(\Type{unw\_regnum\_t} \Var{regnum});\\ 20 register \Var{regnum}. If \Var{regnum} is an invalid or otherwise
|
/external/llvm/tools/llvm-pdbdump/ |
H A D | ExternalSymbolDumper.cpp | 24 while (auto Var = Vars->getNext()) 25 Var->dump(*this);
|
H A D | VariableDumper.cpp | 34 void VariableDumper::start(const PDBSymbolData &Var) { argument 35 if (Var.isCompilerGenerated() && opts::ExcludeCompilerGenerated) 37 if (Printer.IsSymbolExcluded(Var.getName())) 40 auto VarType = Var.getType(); 42 switch (auto LocType = Var.getLocationType()) { 47 << format_hex(Var.getVirtualAddress(), 10); 50 dumpSymbolTypeAndName(*VarType, Var.getName()); 58 dumpSymbolTypeAndName(*VarType, Var.getName()); 60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); 66 << "+" << format_hex(Var [all...] |
/external/clang/lib/ARCMigrate/ |
H A D | TransBlockObjCVariable.cpp | 45 VarDecl *Var; member in class:__anon1111::RootBlockObjCVarRewriter::BlockVarChecker 49 BlockVarChecker(VarDecl *var) : Var(var) { } 54 if (ref->getDecl() == Var) { 58 Var->getASTContext().getLangOpts().CPlusPlus) 67 if (E->getDecl() == Var)
|
/external/clang/lib/Analysis/ |
H A D | Consumed.cpp | 277 const VarDecl *Var; member in struct:__anon1217::VarTestResult 310 const VarDecl *Var; member in union:clang::consumed::PropagationInfo::__anon1219 321 PropagationInfo(const VarDecl *Var, ConsumedState TestsFor) argument 324 VarTest.Var = Var; 345 BinTest.LTest.Var = LVar; 347 BinTest.RTest.Var = RVar; 354 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} argument 926 VisitVarDecl(const VarDecl *Var) argument 1204 setState(const VarDecl *Var, ConsumedState State) argument 1398 const VarDecl *Var = DTor.getVarDecl(); local [all...] |
/external/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 44 inline bool IsVariableAConstantExpression(VarDecl *Var, ASTContext &Context) { argument 46 return !isa<ParmVarDecl>(Var) && 47 Var->isUsableInConstantExpressions(Context) && 48 Var->getAnyInitializer(DefVD) && DefVD->checkInitIsICE(); 70 inline void MarkVarDeclODRUsed(VarDecl *Var, argument 75 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly && 76 !Var->isExternallyVisible() && 77 !(Var->isStaticDataMember() && Var->hasInit())) { 78 SourceLocation &old = SemaRef.UndefinedButUsed[Var [all...] |