Searched refs:Var (Results 1 - 25 of 148) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2002-02-18-64bitConstant.c8 long long Var = 123455678902ll; local
9 printf("%lld\n", Var);
/external/compiler-rt/test/tsan/
H A Dstack_race.cc12 int Var = 42; local
14 pthread_create(&t, 0, Thread, &Var);
15 Var = 43;
H A Dstack_race2.cc11 int Var = 42; local
13 pthread_create(&t, 0, Thread2, &Var);
14 Var = 42;
H A Dtls_race.cc12 static __thread int Var = 42; local
14 pthread_create(&t, 0, Thread, &Var);
15 Var = 43;
H A Dtls_race2.cc11 static __thread int Var = 42; local
13 pthread_create(&t, 0, Thread2, &Var);
14 Var = 42;
/external/elfutils/src/libelf/
H A Dcommon.h138 #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 Deffects.h78 template<class Var, class Base, class Effects>
83 Effect Lookup(Var var) {
89 Bounds LookupBounds(Var var) {
96 void Seq(Var var, Effect effect) {
110 void Alt(Var var, Effect effect) {
138 void Call(Var var, Effect effect) { self.Seq(var, effect); }
144 void Call(Var var, Effect effect) { self.Alt(var, effect); }
150 void Call(Var var, Effect effect) {
163 void Call(Var var, Effect effect) { effects.Seq(var, new_effect); }
170 template<class Var, Va
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h47 MDNode *Var; member in class:llvm::SDDbgValue
56 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, argument
58 : Var(Var), Expr(Expr), IsIndirect(indir), Offset(off), DL(dl), Order(O),
66 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off, argument
68 : Var(Var), Expr(Expr), IsIndirect(false), Offset(off), DL(dl), Order(O),
75 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, argument
77 : Var(Var), Exp
[all...]
/external/skia/src/ports/
H A DSkDebug_nacl.cpp35 pp::Var msg = pp::Var(buffer);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.h43 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 DDbgValueHistoryCalculator.cpp36 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...]
H A DDwarfFile.cpp138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { argument
140 DIVariable DV = Var->getVariable();
161 (*I)->addMMIEntry(*Var);
166 Vars.insert(I, Var);
170 Vars.push_back(Var);
H A DDebugLocEntry.h31 Value(const MDNode *Var, const MDNode *Expr, int64_t i) argument
32 : Variable(Var), Expression(Expr), EntryKind(E_Integer) {
35 Value(const MDNode *Var, const MDNode *Expr, const ConstantFP *CFP) argument
36 : Variable(Var), Expression(Expr), EntryKind(E_ConstantFP) {
39 Value(const MDNode *Var, const MDNode *Expr, const ConstantInt *CIP) argument
40 : Variable(Var), Expression(Expr), EntryKind(E_ConstantInt) {
43 Value(const MDNode *Var, const MDNode *Expr, MachineLocation Loc) argument
44 : Variable(Var), Expression(Expr), EntryKind(E_Location), Loc(Loc) {
45 assert(isa<MDLocalVariable>(Var));
106 DIVariable Var local
[all...]
/external/libunwind/doc/
H A Dunw_flush_cache.tex15 \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 Dunw_create_addr_space.tex15 \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 Dunw_init_remote.tex15 \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 Dunw_backtrace.tex15 \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 Dunw_strerror.tex15 \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 Dunw_get_proc_info_by_ip.tex15 \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 Dunw_get_proc_name.tex15 \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 Dunw_get_proc_info.tex15 \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 Dunw_destroy_addr_space.tex15 \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
/external/llvm/tools/llvm-pdbdump/
H A DVariableDumper.cpp34 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.getRelativeVirtualAddress(), 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 DTransBlockObjCVariable.cpp45 VarDecl *Var; member in class:__anon791::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 DConsumed.cpp277 const VarDecl *Var; member in struct:__anon894::VarTestResult
310 const VarDecl *Var; member in union:clang::consumed::PropagationInfo::__anon896
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
1215 setState(const VarDecl *Var, ConsumedState State) argument
1411 const VarDecl *Var = DTor.getVarDecl(); local
[all...]

Completed in 456 milliseconds

123456