HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 76 - 100 of 911) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 72 serialize_conditional_impl(T &Item, U Func) : Item(Item), Func(Func) {}
75 if (!Func())
81 U Func;
85 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) {
86 return serialize_conditional_impl<T, U>(Item, Func);
90 serialize_array_impl(ArrayRef<T> &Item, U Func) : Item(Item), Func(Func) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 72 serialize_conditional_impl(T &Item, U Func) : Item(Item), Func(Func) {}
75 if (!Func())
81 U Func;
85 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) {
86 return serialize_conditional_impl<T, U>(Item, Func);
90 serialize_array_impl(ArrayRef<T> &Item, U Func) : Item(Item), Func(Func) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 72 serialize_conditional_impl(T &Item, U Func) : Item(Item), Func(Func) {}
75 if (!Func())
81 U Func;
85 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) {
86 return serialize_conditional_impl<T, U>(Item, Func);
90 serialize_array_impl(ArrayRef<T> &Item, U Func) : Item(Item), Func(Func) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 72 serialize_conditional_impl(T &Item, U Func) : Item(Item), Func(Func) {}
75 if (!Func())
81 U Func;
85 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) {
86 return serialize_conditional_impl<T, U>(Item, Func);
90 serialize_array_impl(ArrayRef<T> &Item, U Func) : Item(Item), Func(Func) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 72 serialize_conditional_impl(T &Item, U Func) : Item(Item), Func(Func) {}
75 if (!Func())
81 U Func;
85 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) {
86 return serialize_conditional_impl<T, U>(Item, Func);
90 serialize_array_impl(ArrayRef<T> &Item, U Func) : Item(Item), Func(Func) {}
    [all...]
  /external/libunwind/doc/
unw_get_fpreg.tex 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_get\_fpreg}() can only read the contents of
34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
39 On successful completion, \Func{unw\_get\_fpreg}() returns 0.
45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use
55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
56 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_get_reg.tex 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
19 The \Func{unw\_get\_reg}() routine reads the value of register
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_get\_reg}() can only read the contents of
35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
40 On successful completion, \Func{unw\_get\_reg}() returns 0.
46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
57 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_init_local.tex 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
28 For all other cases, \Func{unw\_init\_remote}() must be used instead.
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remote}()
48 On successful completion, \Func{unw\_init\_local}() returns 0.
54 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a
60 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in
    [all...]
unw_set_fpreg.tex 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t} \Var{val});\\
19 The \Func{unw\_set\_fpreg}() routine sets the value of register
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_set\_fpreg}() can only write the contents of
34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
39 On successful completion, \Func{unw\_set\_fpreg}() returns 0.
45 \Func{unw\_set\_fpreg}() is thread-safe as well as safe to use
57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
58 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
unw_set_reg.tex 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t} \Var{val});\\
19 The \Func{unw\_set\_reg}() routine sets the value of register
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
33 Note that \Func{unw\_set\_reg}() can only write the contents of
35 \Func{unw\_set\_fpreg}(3) for a way to write registers which do not
40 On successful completion, \Func{unw\_set\_reg}() returns 0.
46 \Func{unw\_set\_reg}() is thread-safe as well as safe to use
58 In addition, \Func{unw\_set\_reg}() may return any error returned by
59 the \Func{access\_mem}(), \Func{access\_reg}(), an
    [all...]
libunwind-ptrace.tex 18 \Type{void~*}\Func{\_UPT\_create}(\Type{pid\_t});\\
20 \Type{void} \Func{\_UPT\_destroy}(\Type{void~*});\\
23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*}, \Type{int}, \Type{void~*});\\
35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*});\
    [all...]
unw_regname.tex 15 \Type{const char~*}\Func{unw\_regname}(\Type{unw\_regnum\_t} \Var{regnum});\\
19 The \Func{unw\_regname}() routine returns a printable name for
27 The \Func{unw\_regname}() routine cannot fail and always returns a
32 The \Func{unw\_regname}() routine is thread-safe as well as safe to
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 79 virtual void emit(const Cfg *Func) const = 0;
84 /// The dump(Func,Str) implementation must be sure to handle the situation
85 /// where Func==nullptr.
86 virtual void dump(const Cfg *Func, Ostream &Str) const = 0;
87 void dump(const Cfg *Func) const {
90 assert(Func);
91 dump(Func, Func->getContext()->getStrDump());
139 void emit(const Cfg *Func) const override { emit(Func->getTarget());
    [all...]
IcePhiLoweringImpl.h 33 void prelowerPhis32Bit(TargetT *Target, CfgNode *Node, Cfg *Func) {
43 auto *PhiLo = InstPhi::create(Func, Phi->getSrcSize(), DestLo);
44 auto *PhiHi = InstPhi::create(Func, Phi->getSrcSize(), DestHi);
60 auto *PhiElem = InstPhi::create(Func, Phi->getSrcSize(), DestElem);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeVisitor.cs 76 public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeVisitor.cs 78 public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction )
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 30 void Func() {}
36 Foo(Func<int>);
  /external/clang/test/Index/
comment-cplus-decls.cpp 116 void Func(int x);
123 friend void ::test2::foo::Func(int x);
126 // CHECK: <Declaration>friend void Func(int x)</Declaration>
  /external/clang/unittests/Analysis/
CFGTest.cpp 36 const auto *Func = Result.Nodes.getNodeAs<FunctionDecl>("func");
37 Stmt *Body = Func->getBody();
48 Finder.addMatcher(ast_matchers::functionDecl().bind("func"), &Callback);
  /external/llvm/lib/Analysis/
CallPrinter.cpp 31 if (Function *Func = Node->getFunction())
32 return Func->getName();
  /prebuilts/go/darwin-x86/test/fixedbugs/bug466.dir/
a.go 9 func Func() []complex128 {
13 func Mul(z complex128) complex128 {
  /prebuilts/go/linux-x86/test/fixedbugs/bug466.dir/
a.go 9 func Func() []complex128 {
13 func Mul(z complex128) complex128 {
  /device/linaro/bootloader/edk2/DuetPkg/Include/Guid/
PciOptionRomTable.h 30 UINT8 Func;
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumeratorSupport.h 58 UINT8 Func
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PciOptionRomTable/
PciOptionRomTable.h 37 UINT8 Func;

Completed in 675 milliseconds

1 2 34 5 6 7 8 91011>>