Searched defs:isConditional (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceRequest.cpp333 bool ResourceRequest::isConditional() const function in class:blink::ResourceRequest
/external/llvm/include/llvm/IR/
H A DInstructions.h2487 bool isConditional() const { return getNumOperands() == 3; } function in class:llvm::BranchInst
2490 assert(isConditional() && "Cannot get condition of an uncond branch!");
2495 assert(isConditional() && "Cannot set condition of unconditional branch!");
2499 unsigned getNumSuccessors() const { return 1+isConditional(); }
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 118 milliseconds