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

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
member-expr.cpp 192 void func(); // expected-note {{'func' declared here}}
200 t->func(); // expected-error-re 2 {{member reference type 'PR15045::bar' is not a pointer{{$}}}} \
209 e->Func(); // expected-error {{member reference type 'PR15045::bar' is not a pointer; did you mean to use '.'?}} \
210 // expected-error {{no member named 'Func' in 'PR15045::bar'; did you mean 'func'?}}
214 f->func(); // expected-error-re {{member reference type 'PR15045::bar' is not a pointer{{$}}}}
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 145 LibFunc::Func F;
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 101 LibFunc::Func LibFunc;
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 218 startFunction("func", 0x1234);
247 startFunction("func", 0x1234);
269 InstrProfRecord Record("func", 0x1234, {0});
275 startFunction("func", 0x1234);
322 startFunction("func", 0x1234);
338 InstrProfRecord Record("func", 0x1234, {30, 20, 10, 0});
341 startFunction("func", 0x1234);
361 startFunction("func", 0x1234);
373 startFunction("func", 0x1234);
387 InstrProfRecord Record("func", 0x1234, {10, 20, 30})
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 86 get_blend_func(unsigned func)
88 switch (func) {
155 nv04->ctrl[0] |= get_comparison_op(ctx->Depth.Func) << 16;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 52 st_compare_func_to_pipe(GLenum func)
63 assert(func >= GL_NEVER);
64 assert(func <= GL_ALWAYS);
65 return func - GL_NEVER;
73 gl_stencil_op_to_pipe(GLenum func)
75 switch (func) {
112 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func);
123 dsa->stencil[0].func = st_compare_func_to_pipe(ctx->Stencil.Function[0]);
134 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back])
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 767 bool isThumbFunc(const MCSymbol *Func) const {
768 return ThumbFuncs.count(Func);
772 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /external/syslinux/efi32/include/efi/
pci22.h 125 UINT32 Func : 3;
  /external/syslinux/efi64/include/efi/
pci22.h 125 UINT32 Func : 3;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 125 UINT32 Func : 3;
  /external/v8/src/base/
hashmap.h 62 // corresponding key, key hash, and value created by func.
63 template <typename Func>
64 Entry* LookupOrInsert(const Key& key, uint32_t hash, const Func& value_func,
178 template <typename Func>
181 const Key& key, uint32_t hash, const Func& value_func,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phiopt.go 26 func phiopt(f *Func) {
125 func phioptint(v *Value, b0 *Block, reverse int) {
170 f := b0.Func
tighten.go 12 func tighten(f *Func) {
147 func phiTighten(f *Func) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phiopt.go 26 func phiopt(f *Func) {
125 func phioptint(v *Value, b0 *Block, reverse int) {
170 f := b0.Func
tighten.go 12 func tighten(f *Func) {
147 func phiTighten(f *Func) {
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp     [all...]
  /art/test/961-default-iface-resolution-gen/util-src/
generate_java.py 86 self.tests.add(Func(ty))
111 class Func(mixins.Named, mixins.NameComparableMixin):
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.h 99 #define PCI_DEVICE_PATH_NODE(Func, Dev) \
107 (Func), \
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 70 ResultT (*Func)(ArrayRef<const ArgT *>)>
72 ResultT operator()() const { return Func(None); }
85 return Func(InnerArgs);
93 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT)));
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 228 ComplexPairTy (ComplexExprEmitter::*Func)
232 ComplexPairTy (ComplexExprEmitter::*Func)
602 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName);
605 RValue Res = CGF.EmitCall(FuncInfo, Func, ReturnValueSlot(), Args,
825 ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&),
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 178 CtorNames.push_back(mangle(Ctor.Func->getName()));
180 DtorNames.push_back(mangle(Dtor.Func->getName()));
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFStreamer.cpp 55 virtual void EmitThumbFunc(MCSymbol *Func);
187 void WinCOFFStreamer::EmitThumbFunc(MCSymbol *Func) {
  /external/v8/src/arm64/
instructions-arm64.h 140 #define DEFINE_GETTER(Name, HighBit, LowBit, Func) \
141 int32_t Name() const { return Func(HighBit, LowBit); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 70 ResultT (*Func)(ArrayRef<const ArgT *>)>
72 ResultT operator()() const { return Func(None); }
85 return Func(InnerArgs);
93 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT)));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 70 ResultT (*Func)(ArrayRef<const ArgT *>)>
72 ResultT operator()() const { return Func(None); }
85 return Func(InnerArgs);
93 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT)));
    [all...]

Completed in 1031 milliseconds

<<11121314151617181920>>