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

  /external/clang/test/PCH/
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 65 bool IsOpenCLKernel(const Function *Fun);
71 void RunAna(Function *Fun);
72 void Replace(Function *Fun);
74 void Propagate(Function* Fun);
76 Value* ConstantRead(Function *Fun, Param &P);
77 Value* handleSpecial(Function *Fun, Param &P);
96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) {
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 65 bool IsOpenCLKernel(const Function *Fun);
71 void RunAna(Function *Fun);
72 void Replace(Function *Fun);
74 void Propagate(Function* Fun);
76 Value* ConstantRead(Function *Fun, Param &P);
77 Value* handleSpecial(Function *Fun, Param &P);
96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) {
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) {
    [all...]
  /external/clang/test/Parser/
cxx-template-decl.cpp 151 static void Fun(U);
158 void L<k>::O<T>::Fun(U) {}
160 void Instantiate() { L<0>::O<int>::Fun(0); }
192 static oneT Fun(U);
199 oneT L<k>::O<T>::Fun(U) { return one; }
204 oneT L<0>::O<char>::Fun(U) { return one; }
208 sassert(sizeof(L<0>::O<int>::Fun(0)) == sizeof(one));
209 sassert(sizeof(L<0>::O<char>::Fun(0)) == sizeof(one));
DelayedTemplateParsing.cpp 119 constexpr T Fun(T A) { return T(0); }
121 constexpr int Var = Fun(20);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 13 typedef auto Fun(int a) -> decltype(a + a);
p5.cpp 20 typedef auto Fun(int a) -> decltype(a + a);
  /external/clang/test/Sema/
attr-noreturn.c 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute takes no arguments}}
  /external/clang/lib/Sema/
DeclSpec.cpp 181 I.Fun.AttrList = nullptr;
182 I.Fun.hasPrototype = hasProto;
183 I.Fun.isVariadic = EllipsisLoc.isValid();
184 I.Fun.isAmbiguous = isAmbiguous;
185 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
186 I.Fun.EllipsisLoc = EllipsisLoc.getRawEncoding();
187 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
188 I.Fun.DeleteParams = false;
189 I.Fun.TypeQuals = TypeQuals;
190 I.Fun.NumParams = NumParams
    [all...]
Sema.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp 380 for (unsigned argIdx = 0, e = chunk.Fun.NumParams; argIdx != e;
382 ParmVarDecl *Param = cast<ParmVarDecl>(chunk.Fun.Params[argIdx].Param);
384 CachedTokens *Toks = chunk.Fun.Params[argIdx].DefaultArgTokens;
389 chunk.Fun.Params[argIdx].DefaultArgTokens = nullptr;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/test/SemaCXX/
warn-infinite-recursion.cpp 89 void Fun() { // expected-warning{{call itself}}
90 u->Fun();
offsetof.cpp 82 void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-POD type}} \
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 652 Property rgb$Fun = new Property(1, rgb$FunLiterals0, zeroFns);
653 builder.put("rgb()", rgb$Fun);
655 Property image$Fun = new Property(
657 builder.put("image()", image$Fun);
659 Property linearGradient$Fun = new Property(
664 builder.put("linear-gradient()", linearGradient$Fun);
666 Property radialGradient$Fun = new Property(
671 builder.put("radial-gradient()", radialGradient$Fun)
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 482 void propagateReturnType(const Expr *Call, const FunctionDecl *Fun);
683 const FunctionDecl *Fun) {
684 QualType RetType = Fun->getCallResultType();
690 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>())
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 915 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {}
917 : SExpr(A), Fun(F), Arg(Ar)
920 SExpr *fun() { return Fun.get(); } function in class:clang::threadSafety::Apply
921 const SExpr *fun() const { return Fun.get(); } function in class:clang::threadSafety::Apply
928 auto Nf = Vs.traverse(Fun, Vs.subExprCtx(Ctx));
934 typename C::CType Ct = Cmp.compare(fun(), E->fun());
941 SExprRef Fun;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 198 pertyIsEnumerable!=\"undefined\"&&!a.propertyIsEnumerable(\"call\"))return\"fun\
221 unction(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){goog.bind=Fun\
404 )},camelCase:function(a){return a.replace(w,\"ms-\").replace(v,x)},nodeName:fun\
    [all...]

Completed in 842 milliseconds