HomeSort by relevance Sort by last modified time
    Searched refs:IsSafe (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_blacklist_browsertest.cc 53 testing::AssertionResult IsSafe(const Extension* extension) {
150 EXPECT_TRUE(IsSafe(extension_a.get()));
151 EXPECT_TRUE(IsSafe(extension_b.get()));
152 EXPECT_TRUE(IsSafe(extension_c.get()));
160 EXPECT_TRUE(IsSafe(extension_c.get()));
169 EXPECT_TRUE(IsSafe(extension_a.get()));
171 EXPECT_TRUE(IsSafe(extension_c.get()));
181 EXPECT_TRUE(IsSafe(extension_c.get()));
188 EXPECT_TRUE(IsSafe(extension_a.get()));
209 EXPECT_TRUE(IsSafe(extension_a.get()))
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 449 bool IsSafe() {
783 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
828 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
855 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 449 bool IsSafe() {
785 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
830 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
857 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 214 milliseconds