OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vmap
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
ValueSymbolTable.h
59
ValueSymbolTable() :
vmap
(0), LastUnique(0) {}
71
Value *lookup(StringRef Name) const { return
vmap
.lookup(Name); }
75
inline bool empty() const { return
vmap
.empty(); }
78
inline unsigned size() const { return unsigned(
vmap
.size()); }
90
inline iterator begin() { return
vmap
.begin(); }
93
inline const_iterator begin() const { return
vmap
.begin(); }
96
inline iterator end() { return
vmap
.end(); }
99
inline const_iterator end() const { return
vmap
.end(); }
125
ValueMap
vmap
; ///< The map that holds the symbol table.
member in class:llvm::ValueSymbolTable
/external/libpcap/
optimize.c
562
struct vmapinfo *
vmap
;
variable in typeref:struct:vmapinfo
571
memset((char *)
vmap
, 0, maxval * sizeof(*
vmap
));
595
vmap
[val].const_val = v0;
596
vmap
[val].is_const = 1;
629
a =
vmap
[v0].const_val;
630
b =
vmap
[v1].const_val;
843
if (
vmap
[val].is_const) {
853
b->s.k +=
vmap
[val].const_val;
913
if (
vmap
[val].is_const && BPF_SRC(b->s.code) == BPF_K)
[
all
...]
/external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp
1311
QVariantMap
vmap
= qvariant_cast<QVariantMap>(v);
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
Completed in 541 milliseconds