OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idFor
(Results
1 - 21
of
21
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
UniqueVector.h
51
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
53
unsigned
idFor
(const T &Entry) const {
/external/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h
57
///
idFor
- return the ID for an existing entry. Returns 0 if the entry is
59
unsigned
idFor
(const T &Entry) const {
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h
131
return RegisteredCounters.
idFor
(Name);
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
748
EdgeTable[((Succs.
idFor
(Succ) - 1) * Preds.size()) +
749
(Preds.
idFor
(&BB) - 1)] = cast<Constant>(Counter);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
552
EdgeTable[((Succs.
idFor
(Succ)-1) * Preds.size()) +
553
(Preds.
idFor
(BB)-1)] = cast<Constant>(Counter);
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
417
unsigned ComdatID = Comdats.
idFor
(C);
[
all
...]
Completed in 5008 milliseconds