Home
last modified time | relevance | path

Searched refs:expressions (Results 1 – 25 of 169) sorted by relevance

1234567

/external/clang/test/SemaTemplate/
Dinstantiate-objc-1.mm3 // Obj-C string literal expressions
13 // @selector expressions
26 // @protocol expressions
39 // @encode expressions
50 // @() boxing expressions.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DAbstractControlActionsManager.java19 import org.eclipse.core.expressions.EvaluationResult;
20 import org.eclipse.core.expressions.Expression;
21 import org.eclipse.core.expressions.ExpressionInfo;
22 import org.eclipse.core.expressions.IEvaluationContext;
/external/llvm/test/Feature/
Dconstexpr.ll5 ; This testcase is for testing expressions constructed from
10 ;; Test constant cast expressions
31 ;; Test constant getelementpr expressions for arrays
48 ;; TODO: Test constant getelementpr expressions for structures
77 ;; TODO: Test constant expressions for unary and binary operators
/external/llvm/test/Integer/
Dconstexpr_bt.ll6 ; This testcase is for testing expressions constructed from
11 ;; Test constant cast expressions
33 ;; Test constant getelementpr expressions for arrays
50 ;; TODO: Test constant getelementpr expressions for structures
79 ;; TODO: Test constant expressions for unary and binary operators
/external/llvm/test/Other/
Dconstant-fold-gep.ll48 ; simplifications on sizeof, alignof, and offsetof expressions. The
181 ; SCEV: Classifying expressions for: @goo8
184 ; SCEV: Classifying expressions for: @goo1
187 ; SCEV: Classifying expressions for: @foo8
190 ; SCEV: Classifying expressions for: @foo1
193 ; SCEV: Classifying expressions for: @hoo8
195 ; SCEV: Classifying expressions for: @hoo1
313 ; SCEV: Classifying expressions for: @fa
316 ; SCEV: Classifying expressions for: @fb
319 ; SCEV: Classifying expressions for: @fc
[all …]
/external/clang/test/SemaObjC/
Dgcc-cast-ext.m12 // GCC allows pointer expressions in integer constant expressions.
/external/webkit/LayoutTests/fast/xpath/
Dnull-namespace-in-html-expected.txt1 This tests that XPath expressions with prefixes work correctly.
Dxpath-namespaces-expected.txt1 This tests that XPath expressions with prefixes work correctly.
/external/llvm/test/Assembler/
D2003-05-21-ConstantShiftExpr.ll2 ; Test that shift instructions can be used in constant expressions.
/external/clang/lib/StaticAnalyzer/
DREADME.txt22 (values of variables and expressions) is encapsulated by the state
31 individual expressions. The analysis of an expression can cause the
94 If you are interested in bringing up support for C++ expressions, the
96 handles the simulation of individual expressions. There are plenty of
97 examples there of how other expressions are handled.
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DVariableTranslator.java149 private JavaExpression concatenate(List<JavaExpression> expressions) { in concatenate() argument
153 for (JavaExpression expression : expressions) { in concatenate()
/external/llvm/test/ExecutionEngine/
Dtest-constantexpr.ll3 ; This tests to make sure that we can evaluate weird constant expressions
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
Djsunittest.js731 var pass = true, expressions = DrNicTest.arrayfromargs(arguments);
732 var elements = expressions.shift();
733 if (elements.length != expressions.length) {
734 …'size mismatch: ? elements, ? expressions (?).', elements.length, expressions.length, expressions);
738 for (var i=0; i < expressions.length; i++) {
739 var expression = expressions[i];
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DExpressionEvaluator.java230 private void executeFunction(String name, PExpression... expressions) { in executeFunction() argument
231 Value[] args = new Value[expressions.length]; in executeFunction()
233 args[i] = evaluate(expressions[i]); in executeFunction()
/external/webkit/Source/WebCore/css/
DMediaQuery.h51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } in expressions() function
/external/clang/test/CodeGenObjC/
Dobjc-literal-debugger-test.m17 // boxed expressions.
/external/mesa3d/src/glsl/
Dglsl_parser_extras.cpp385 foreach_list_const (n, &this->expressions) { in print()
386 if (n != this->expressions.get_head()) in print()
421 foreach_list_const(n, & this->expressions) { in print()
422 if (n != this->expressions.get_head()) in print()
Dhir_field_selection.cpp85 if (!call->expressions.is_empty()) in _mesa_ast_field_selection_to_hir()
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
Djstemplate.js531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Djstemplate.js531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
/external/llvm/test/Analysis/ScalarEvolution/
Dundefined.ll3 ; ScalarEvolution shouldn't attempt to interpret expressions which have
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm32 // Test instantiation of unresolved member reference expressions to an
44 // Test instantiation of unresolved member referfence expressions to
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll3 ; Test TransformForPostIncUse and LSR's expansion of expressions in
4 ; post-inc form to ensure the implementation can handle expressions
/external/llvm/test/Transforms/InstCombine/
Dsetcc-strength-reduce.ll1 ; This test ensures that "strength reduction" of conditional expressions are
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml35 (* reassociate expressions. *)

1234567