Searched
full:should (Results
526 -
550 of
60680) sorted by null
<<21222324252627282930>>
/external/chromium_org/tools/clang/plugins/tests/ |
base_refcounted.cpp | 11 // Unsafe; should error. 19 // Unsafe; but we should only warn on the base class. 28 // Unsafe; should error. 55 // Unsafe; should error.
|
/external/chromium_org/tools/gyp/test/assembly/src/ |
override_asm.asm | 5 ; This is a placeholder. It should not be referenced if overrides work
|
/external/chromium_org/tools/gyp/test/mac/ldflags/subdirectory/ |
test.gyp | 17 # TODO(thakis): This form should ideally be supported, too. (But 18 # -Wlfoo,bar,baz is cleaner so people should use that anyway.) 41 # TODO(thakis): This form should ideally be supported, too. (But 42 # -Wlfoo,bar,baz is cleaner so people should use that anyway.)
|
/external/chromium_org/tools/gyp/test/mac/strip/ |
strip.saves | 5 # This file would list symbols that should not be stripped.
|
/external/chromium_org/tools/gyp/test/mac/strip/subdirectory/ |
nested_strip.saves | 5 # This file would list symbols that should not be stripped.
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
uninit.cc | 5 // Should trigger C6001: using uninitialized memory <variable> for |i|.
|
/external/chromium_org/ui/gfx/ |
screen_aura.cc | 12 NOTREACHED() << "Implementation should be installed at higher level.";
|
/external/chromium_org/v8/test/webkit/ |
named-function-expression-expected.txt | 33 eval'd code should be able to access scoped variables 46 PASS: (function closure() { return closure == arguments.callee && !this.closure; })() should be true and is. 47 PASS: (function closure() { closure = 1; return closure == arguments.callee && !this.closure; })() should be true and is. 48 PASS: (function closure(closure) { return closure == 1 && !this.closure; })(1) should be true and is. 49 PASS: (function closure() { var closure = 1; return closure == 1 && !this.closure; })() should be true and is. 50 PASS: (function closure() { function closure() { }; return closure != arguments.callee && !this.closure; })() should be true and is. 51 PASS: (function closure() { return (function() { return closure && !this.closure; })(); })() should be true and is. 52 PASS: (function closure() { return (function() { closure = null; return closure && !this.closure; })(); })() should be true and is. 53 PASS: (function closure() { return (function() { return closure && !this.closure; }); })()() should be true and is. 54 PASS: (function closure() { return (function() { closure = null; return closure && !this.closure; }); })()() should be true and is [all...] |
/external/clang/test/Analysis/ |
concrete-address.c | 5 int *p = (int*) 0x10000; // Should not crash here.
|
lvalue.cpp | 6 return x += y; // Should bind a location to 'x += y'. No crash.
|
/external/clang/test/CodeGen/ |
2002-02-13-TypeVarNameCollision.c | 4 * names should be in distinct namespaces
|
2003-08-06-BuiltinSetjmpLongjmp.c | 3 * __builtin_longjmp/setjmp should get transformed into intrinsics.
|
2003-11-03-AddrArrayElement.c | 3 // This should be turned into a tasty getelementptr instruction, not a nasty
|
2004-03-07-ExternalConstant.c | 4 extern const int a[]; // 'a' should be marked constant even though it's external!
|
2005-01-02-VAArgError-ICE.c | 1 // This file is erroneous, but should not cause the compiler to ICE.
|
2005-02-27-MarkGlobalConstant.c | 4 // The synthetic global made by the CFE for big initializer should be marked
|
PR2743-reference-missing-static.c | 5 /* CodeGen should handle this even if it makes it past
|
bool-convert.c | 2 // All of these should uses the memory representation of _Bool
|
merge-statics.c | 3 // The two decls for 'a' should merge into one llvm GlobalVariable.
|
string-literal-short-wstring.c | 5 // This should convert to utf8. 12 // This should convert to utf16. 18 // Should pick second character. 25 // Should pick second character.
|
/external/clang/test/CodeGenCXX/ |
2003-11-02-WeakLinkage.cpp | 2 // The template should compile to linkonce linkage, not weak linkage.
|
static-init-2.cpp | 5 // initializer has side effects, so EmitConstantExpr should fail.
|
/external/clang/test/CodeGenObjC/ |
2010-02-23-DbgInheritance.m | 3 // Interface P should not be a member of interface I in debug info.
|
debug-info-linkagename.m | 3 // Linkage name should not use 001 prefix in debug info.
|
/external/clang/test/Driver/ |
aarch64-features.c | 3 // The AArch64 PCS states that chars should be unsigned.
|
Completed in 457 milliseconds
<<21222324252627282930>>