OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBlock
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp
140
bool
isBlock
= Abbrev.getTag() == 0;
142
if (!
isBlock
) {
163
if (!
isBlock
)
180
if (!
isBlock
) O << "\n";
DIE.h
201
isBlock
424
: DIEValue(
isBlock
), DIE(0), Size(0) {}
449
static bool classof(const DIEValue *E) { return E->getType() ==
isBlock
; }
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
228
///
isBlock
- Returns true if this is a block boundary slot.
229
bool
isBlock
() const { return getSlot() == Slot_Block; }
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp
311
bool
isBlock
(const Node* node)
327
Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node),
isBlock
, rule);
[
all
...]
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 971 milliseconds